K 10 svn:author V 3 kib K 8 svn:date V 27 2010-06-18T09:40:01.170679Z K 7 svn:log V 339 MFC r208773: Sometimes vnodes share the lock despite being different vnodes on different mount points, e.g. the nullfs vnode and the covered vnode from the lower filesystem. In this case, existing assertion in vop_rename_pre() may be triggered. Check for vnode locks equiality instead of the vnodes itself to not trip over the situation. END