K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-08-22T07:44:45.000000Z K 7 svn:log V 393 - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRT LK_INTERLOCK. The interlock will never be held on return from these functions even when there is an error. Errors typically only occur when the XLOCK is held which means this isn't the vnode we want anyway. Almost all users of these interfaces expected this behavior even though it was not provided before. END