Date: Wed, 6 Apr 2005 06:49:46 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200504060649.j366nk6Q019645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504060649.j366nk6Q019645>
