From owner-cvs-all Mon Oct 8 12:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C8B437B406; Mon, 8 Oct 2001 12:41:21 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98JfL975484; Mon, 8 Oct 2001 12:41:21 -0700 (PDT) (envelope-from dillon) Message-Id: <200110081941.f98JfL975484@freefall.freebsd.org> From: Matt Dillon Date: Mon, 8 Oct 2001 12:41:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/08 12:41:21 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC 1.321. vinvalbuf() must wait for read AND write I/O to complete, not just write I/O. Solves a number of client-side NFS related crashes. Revision Changes Path 1.249.2.13 +15 -4 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message