cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Sat Jun 18 18:17:04 GMT 2005
jeff 2005-06-18 18:17:03 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Try to catch the wrong bufobj panics a little earlier. I believe they
are actually caused by a buf with both VNCLEAN and VNDIRTY set. In
the traces it is clear that the buf is removed from the dirty queue while
it is actually on the clean queue which leaves the tail pointer set.
Assert that both flags are not set in buf_vlist_add and buf_vlist_remove.
Sponsored by: Isilon Systems, Inc.
Approved by: re (blanket vfs)
Revision Changes Path
1.633 +5 -0 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list