DragonFly-2.3.1.784.gdb813 master sys/kern kern_jail.c sys/sys priv.h sys/vfs/gnu/ext2fs ext2_vnops.c sys/vfs/hpfs hpfs_vnops.c sys/vfs/msdosfs msdosfs_vnops.c sys/vfs/smbfs smbfs_vnops.c sys/vfs/ufs ufs_vnops.c

Michael Neumann mneumann at crater.dragonflybsd.org
Sun Jul 12 11:04:30 PDT 2009


commit db813a0cbcc056635935b793e237c5ccdbc8ef1c
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Sun Jul 12 19:20:09 2009 +0200

    priv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
    
    Replace PRIV_ROOT, PRISON_ROOT combination in xxx_setattr() function
    (e.g. ext2fs_setattr()) of several filesystems with PRIV_VFS_SETATTR.

Summary of changes:
 sys/kern/kern_jail.c            |    1 +
 sys/sys/priv.h                  |    1 +
 sys/vfs/gnu/ext2fs/ext2_vnops.c |    4 ++--
 sys/vfs/hpfs/hpfs_vnops.c       |    2 +-
 sys/vfs/msdosfs/msdosfs_vnops.c |    8 ++++----
 sys/vfs/smbfs/smbfs_vnops.c     |    2 +-
 sys/vfs/ufs/ufs_vnops.c         |    4 ++--
 7 files changed, 12 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/db813a0cbcc056635935b793e237c5ccdbc8ef1c


-- 
DragonFly BSD source repository





More information about the Commits mailing list