K 10 svn:author V 5 tegge K 8 svn:date V 27 2001-07-04T17:32:40.000000Z K 7 svn:log V 455 Lobotimize vop_noislocked() to just return 0, making it consistent with the implementation of vop_nolock() and vop_nounlock(). Before this commit, vop_noislocked() and vop_stdislocked() did the same thing. This should resolve some hangs on SMP systems where vop_noislocked() interacted with filesystems that did not have a struct lock at the start of their per-vnode private date (mfs, procfs, devfs, linprocfs). Reviewed by: dillon Approved by: dillon END