Date: Sun, 1 May 2005 12:00:37 +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: <200505011200.j41C0bXG042650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-05-01 12:00:37 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - All buffers should either be clean or dirty. If neither of these flags are set when we attempt to remove a buffer from a queue we should panic. Hopefully this will catch the source of the wrong bufobj panics. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.621 +4 -0 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505011200.j41C0bXG042650>