From owner-cvs-all Thu Sep 16 22: 3:31 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 DC5B314EEF; Thu, 16 Sep 1999 22:03:28 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA51233; Thu, 16 Sep 1999 22:03:28 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909170503.WAA51233@freefall.freebsd.org> From: Matt Dillon Date: Thu, 16 Sep 1999 22:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/16 22:03:28 PDT Modified files: sys/vm vm_pager.c Log: Add required BUF_KERNPROC to flushchainbuf() to disassociate the current process from the exclusive lock prior to initiating I/O. This fixes a panic related to swap-backed VN disks Reviewed by: Alan Cox , David Greenman Revision Changes Path 1.53 +2 -1 src/sys/vm/vm_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message