Don Lewis ff5f695e78 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().
2004-01-14 22:38:03 +00:00
..
2004-01-14 15:11:08 +00:00
2004-01-13 15:30:36 +00:00
2004-01-14 07:47:10 +00:00
2004-01-13 09:51:47 +00:00
2003-12-16 14:13:47 +00:00
2004-01-12 03:43:05 +00:00