DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 12 Jul 2009 11:02:48 -0700 (PDT)

commit db813a0cbcc056635935b793e237c5ccdbc8ef1c
Author: Michael Neumann <mneumann@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]