cvs commit: src/sys/vfs/hammer hammer_inode.c hammer_subs.c hammer_vnops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 25 11:42:33 PDT 2008


dillon      2008/05/25 11:41:33 PDT

DragonFly src repository

  Modified files:
    sys/vfs/hammer       hammer_inode.c hammer_subs.c 
                         hammer_vnops.c 
  Log:
  HAMMER 48/Many: finish vop_setattr support, ncreate/nmknod/etc, minor bug fixes.
  
  * Properly set the initial uid and gid when creating a new filesystem object.
  
  * Finish implementing hammer_vop_setattr().  Use the new VOP helper functions
    to validate the cred for chmod, chown, and chgrp operations, and to clear
    suid/sgid when a file's owner/group is changed.
  
  Reported-by: Francois Tigeot <ftigeot at wolfpond.org>
  
  Revision  Changes    Path
  1.62      +5 -1      src/sys/vfs/hammer/hammer_inode.c
  1.21      +2 -2      src/sys/vfs/hammer/hammer_subs.c
  1.56      +31 -14    src/sys/vfs/hammer/hammer_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_inode.c.diff?r1=1.61&r2=1.62&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_subs.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_vnops.c.diff?r1=1.55&r2=1.56&f=u





More information about the Commits mailing list