K 10 svn:author V 3 kan K 8 svn:date V 27 2005-08-30T16:12:03.000000Z K 7 svn:log V 448 MFC r1.81: Do not keep parent directory locked while calling VFS_ROOT to traverse mount points in lookup(). The lock can be dropped safely around VFS_ROOT because LOCKPARENT semantics with child and parent vnodes coming from different FSes does not really have any meaningful use and we do not really care about parent state after we relock it. This prevents easily triggered deadlock on systems using automounter daemon. Approved by: re (scottl) END