K 10 svn:author V 3 kib K 8 svn:date V 27 2010-06-03T10:20:08.950170Z K 7 svn:log V 415 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. Submitted by: Mikolaj Golub Tested by: pho MFC after: 2 weeks END