Date: Thu, 16 Apr 2009 09:37:48 +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: <200904160937.n3G9bvkW073704@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-04-16 09:37:48 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
SVN rev 191136 on 2009-04-16 09:37:48Z by kib
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.555 +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?200904160937.n3G9bvkW073704>
