tegge 2005-09-12 01:48:57 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_hash.c
Log:
Don't retry when vget() returns ENOENT in the nonblocking case due to the
vnode being doomed. It causes a livelock.
Revision Changes Path
1.10 +2 -2 src/sys/kern/vfs_hash.c