From owner-cvs-all Wed Mar 3 11:34:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E54514DC2; Wed, 3 Mar 1999 11:33:32 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA77977; Wed, 3 Mar 1999 11:33:16 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903031933.LAA77977@freefall.freebsd.org> From: Julian Elischer Date: Wed, 3 Mar 1999 11:33:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ffs ffs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 Reviewed by: Kirk McKusick 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