pjd 2007-05-25 22:23:38 UTC FreeBSD src repository
Modified files: sys/kern vfs_cache.c Log: To avoid a deadlock when handling .. directory during a lookup, we unlock parent vnode and relock it after locking child vnode. The problem was that we always relock it exclusively, even when it was share-locked. Discussed with: jeff Revision Changes Path 1.112 +6 -3 src/sys/kern/vfs_cache.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"