Date: Mon, 13 Sep 2010 17:23:18 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h Message-ID: <201009131723.o8DHNeMJ004600@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2010-09-13 17:23:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_bio.c sys/sys buf.h Log: SVN rev 212563 on 2010-09-13 17:23:18Z by mdf MFC r209053: Add INVARIANTS checking that numfreebufs values are sane. Also add a per-buf flag to catch if a buf is double-counted in the free count. This code was useful to debug an instance where a local patch at Isilon was incorrectly managing numfreebufs for a new buf state. Revision Changes Path 1.528.2.13 +53 -9 src/sys/kern/vfs_bio.c 1.196.2.3 +1 -0 src/sys/sys/buf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009131723.o8DHNeMJ004600>