cvs commit: src/sys/kern vfs_helper.c src/sys/sys mount.h src/sys/conf files
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 2 12:54:23 PDT 2007
dillon 2007/11/02 12:54:16 PDT
DragonFly src repository
Modified files:
sys/sys mount.h
sys/conf files
Added files:
sys/kern vfs_helper.c
Log:
Break-out the standard UNIX uid/gid tests for VOP_ACCESS into a helper file.
The code was basically taken from UFS and the helper file retains the
appropriate copyright. This way HAMMER can call the procedure without us
needing to add the University copyright to HAMMER sources.
Revision Changes Path
1.32 +4 -0 src/sys/sys/mount.h
1.187 +1 -0 src/sys/conf/files
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mount.h.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.186&r2=1.187&f=u
More information about the Commits
mailing list