K 10 svn:author V 8 mckusick K 8 svn:date V 27 2002-10-14T19:44:51.000000Z K 7 svn:log V 368 Unconditionally reset vp->v_vnlock back to the default in the vclean() function (e.g., vp->v_vnlock = &vp->v_lock) rather than requiring filesystems that use alternate locks to do so in their vop_reclaim functions. This change is a further cleanup of the vop_stdlock interface. Submitted by: Poul-Henning Kamp Sponsored by: DARPA & NAI Labs. END