From owner-cvs-sys Mon Sep 9 22:28:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA16018 for cvs-sys-outgoing; Mon, 9 Sep 1996 22:28:37 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15978; Mon, 9 Sep 1996 22:28:26 -0700 (PDT) Date: Mon, 9 Sep 1996 22:28:26 -0700 (PDT) From: John Dyson Message-Id: <199609100528.WAA15978@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/09/09 22:28:25 Modified: sys/vm vnode_pager.c Log: The whole issue of not support VOP_LOCK for VBLK devices should be rethought. This fixes YET another problem with unmounting filesystems. The root cause is not fixed here, but at least the problem has gone away. Revision Changes Path 1.64 +10 -3 src/sys/vm/vnode_pager.c