Date: Sat, 18 Jun 2005 18:17:03 +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: <200506181817.j5IIH3GO059357@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506181817.j5IIH3GO059357>