Date: Fri, 11 Jun 2010 17:03:26 +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: <201006111703.o5BH3fk9045805@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2010-06-11 17:03:26 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c sys/sys buf.h Log: SVN rev 209053 on 2010-06-11 17:03:26Z by mdf 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. Reviewed by: jeff Approved by: zml (mentor) Revision Changes Path 1.583 +53 -9 src/sys/kern/vfs_bio.c 1.213 +1 -0 src/sys/sys/buf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006111703.o5BH3fk9045805>