priv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
authorMichael Neumann <mneumann@ntecs.de>
Sun, 12 Jul 2009 17:20:09 +0000 (19:20 +0200)
committerMichael Neumann <mneumann@ntecs.de>
Sun, 12 Jul 2009 17:20:09 +0000 (19:20 +0200)
commitdb813a0cbcc056635935b793e237c5ccdbc8ef1c
tree13f17ff148c615003eae95647c994f6646d48b1c
parentcc097dd4a01b72099fc931704e4bc678382b41c9
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.
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