cvs commit: src/sys/sys mount.h src/sys/kern vfs_helper.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 20 13:38:33 PST 2007
dillon 2007/11/20 13:37:54 PST
DragonFly src repository
Modified files:
sys/sys mount.h
sys/kern vfs_helper.c
Log:
Add vop_helper_create_uid() - roughly taken from UFS. Figure out special
directory permissions given the directory mode, uid, cred, and other
information, and return the uid which should be used to create a new
file/node.
Revision Changes Path
1.36 +4 -2 src/sys/sys/mount.h
1.3 +13 -0 src/sys/kern/vfs_helper.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mount.h.diff?r1=1.35&r2=1.36&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_helper.c.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list