Break-out the standard UNIX uid/gid tests for VOP_ACCESS into a helper file.
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 2 Nov 2007 19:54:16 +0000 (19:54 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 2 Nov 2007 19:54:16 +0000 (19:54 +0000)
commit9340415c1a5cd9e4ce74627988090498b3a48788
treeda3f52b26f5e3960181dae1bb9386a63a54c5d49
parent506266227359af151f01250f3270706e274819cf
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.
sys/conf/files
sys/kern/vfs_helper.c [new file with mode: 0644]
sys/sys/mount.h