K 10 svn:author V 3 kib K 8 svn:date V 27 2009-06-21T19:21:01.004442Z K 7 svn:log V 323 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 END