K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-11-18T23:18:37.344449Z K 7 svn:log V 278 When looking up the vnode for the device to mount the filesystem on, ask NDINIT to return a locked vnode instead of letting it drop the lock and return a referenced vnode and then relock the vnode a few lines down. This matches the behavior of other filesystem mount routines. END