cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Tue Apr 5 23:49:47 PDT 2005
jeff 2005-04-06 06:49:46 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Assert that the bufobj matches in flushbuflists. I still haven't gotten
to root cause on exactly how this happens.
- If the assert is disabled, we presently try to handle this case, but the
BUF_UNLOCK was missing. Thus, if this condition ever hit we would leak
a buf lock.
Many thanks to Peter Holm for all his help in finding this bug. He really
put more effort into it than I did.
Revision Changes Path
1.612 +3 -0 src/sys/kern/vfs_subr.c
More information about the cvs-all
mailing list