cvs commit: src/sys/sys buf.h
Jeff Roberson
jeff at FreeBSD.org
Mon Jun 13 00:48:59 GMT 2005
jeff 2005-06-13 00:48:58 UTC
FreeBSD src repository
Modified files:
sys/sys buf.h
Log:
- We should never unlock a buf before we've cleared B_REMFREE. I believe
this is happening at the moment and sometimes causing panics later on the
package cluster when we bremfree() a buf whose delayed bremfree() did not
previously happen.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.187 +2 -0 src/sys/sys/buf.h
More information about the cvs-src
mailing list