jeff 2005-05-03 10:56:01 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- A vnode may have made its way onto the free list while it was being
vgone'd. We must remove it from the freelist before returning in
vtryrecycle() or we may get a duplicate free.
Reported by: kkenn
Revision Changes Path
1.623 +2 -0 src/sys/kern/vfs_subr.c