tegge 2005-09-12 15:53:58 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern vfs_hash.c
Log:
MFC: Don't retry when vget() returns ENOENT in the nonblocking case due to
the vnode being doomed. It causes a livelock.
Approved by: re (scottl)
Revision Changes Path
1.9.2.1 +2 -2 src/sys/kern/vfs_hash.c