Date: Tue, 5 May 2009 10:46:49 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200905051046.n45Akv4e031835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-05-05 10:46:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_bio.c Log: SVN rev 191815 on 2009-05-05 10:46:49Z by kib MFC r191136: In flushbufqueues(), do not allocate sentinel buffer on the stack, struct buf is large. Use sleeping malloc(9) call, and zero the allocated buf as a debugging feature. Revision Changes Path 1.528.2.8 +9 -7 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905051046.n45Akv4e031835>