cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Thu Apr 21 17:57:06 PDT 2005
jeff 2005-04-22 00:57:05 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Disable code which allows getnewvnode() to fail. Many ffs_vget() callers
do not correctly deal with failures. This presently risks deadlock
problems if dependency processing is held up by failures to allocate
a vnode, however, this is better than the situation with the failures.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.617 +2 -0 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list