Module Name: src Committed By: mycroft Date: Wed Mar 31 18:30:13 UTC 1999 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Previous change to vn_lock() was bogus. If we got EDEADLK, it was from lockmgr(), and it already unlocked v_interlock. So, just return in this case.