K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-11-11T22:39:07.000000Z K 7 svn:log V 337 turn vn_open() into a wrapper around vn_open_cred() which allows one to perform a vn_open using temporary/other/fake credentials. Modify the nfs client side locking code to use vn_open_cred() passing proc0's ucred instead of the old way which was to temporary raise privs while running vn_open(). This should close the race hopefully. END