K 10 svn:author V 3 kib K 8 svn:date V 27 2009-05-31T14:52:45.394464Z K 7 svn:log V 266 Lock the real null vnode lock before substitution of vp->v_vnlock. This should not really matter for correctness, since vp->v_lock is not locked before the call, and null_lock() holds the interlock, but makes the control flow for reclaim more clear. Tested by: pho END