freebsd-skq/sys/fs/nullfs
kib 2fc79768f3 Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by
vn_open_cred in default implementation. Valid struct ucred is needed for
audit and MAC, and curthread credentials may be wrong.

This further requires modifying the interface of vn_fullpath(9), but it
is out of scope of this change.

Reviewed by:	rwatson
2009-06-21 19:21:01 +00:00
..
null_subr.c Do not drop vnode interlock in null_checkvp(). null_lock() verifies that 2009-05-31 14:54:20 +00:00
null_vfsops.c
null_vnops.c Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by 2009-06-21 19:21:01 +00:00
null.h