K 10 svn:author V 8 truckman K 8 svn:date V 27 2004-01-14T22:38:03.000000Z K 7 svn:log V 339 VOP_GETATTR() wants the vnode passed to it to be locked. Instead of adding the code to lock and unlock the vnodes and taking care to avoid deadlock, simplify linux_emul_convpath() by comparing the vnode pointers directly instead of comparing their va_fsid and va_fileid attributes. This allows the removal of the calls to VOP_GETATTR(). END