K 10 svn:author V 3 kib K 8 svn:date V 27 2009-01-29T10:40:47.765868Z K 7 svn:log V 379 MFC r186896: Do not call namei() while having another user-controlled vnode locked. Lookup could attempt to recursively lock that vnode. Do not call vn_start_write(V_WAIT) while vnode is locked, this may result in a deadlock with suspension. vfs_busy() the mountpoint before dropping vnode lock for vnode that was used to look up the mountpoint, to prevent unmount in between. END