K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2009-07-14T23:10:23.805738Z K 7 svn:log V 303 Fix the experimental nfs client so that it does not cause a "share->excl" panic when doing a lookup of dotdot at the root of a server's file system. The patch avoids calling vn_lock() for that case, since nfscl_nget() has already acquired a lock for the vnode. Approved by: re (kensmith), kib (mentor) END