truckman 2004/01/11 15:44:32 PST FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: Don't try to unlock the directory vnode in null_lookup() if the lock is shared with the underlying file system and the lookup in the underlying file system did the unlock for us. Revision Changes Path 1.65 +1 -1 src/sys/fs/nullfs/null_vnops.c