Date: Wed, 3 Mar 1999 11:33:16 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ffs ffs_vnops.c Message-ID: <199903031933.LAA77977@freefall.freebsd.org>
index | next in thread | raw e-mail
julian 1999/03/03 11:33:16 PST
Modified files: (Branch: RELENG_3)
sys/sys buf.h
sys/ufs/ffs ffs_vnops.c
Log:
MFC:
On systems with
really fast I/O systems, it is possible to get in an infinite loop trying
to flush the buffers, because the I/O finishes before we can get all the
dirty buffers off the v_dirtyblkhd list and into the I/O queue. Fix this.
Submitted by: Matt Dillon <dillon@freebsd.org>
Reviewed by: Kirk McKusick <mckusick@mckusick.com>
Revision Changes Path
1.61.2.1 +2 -2 src/sys/sys/buf.h
1.54.2.1 +18 -10 src/sys/ufs/ffs/ffs_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903031933.LAA77977>
