From owner-cvs-sys Mon Mar 18 21:13:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06269 for cvs-sys-outgoing; Mon, 18 Mar 1996 21:13:35 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06251 Mon, 18 Mar 1996 21:13:24 -0800 (PST) Date: Mon, 18 Mar 1996 21:13:24 -0800 (PST) From: John Dyson Message-Id: <199603190513.VAA06251@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c src/sys/vm vnode_pager.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/03/18 21:13:24 Modified: sys/miscfs/specfs spec_vnops.c sys/vm vnode_pager.c Log: Fix the problem that unmounting filesystems that are backed by a VMIO device have reference count problems. We mark the underlying object ono-persistent, and account for the reference count that the VM system maintainsfor the special device close. This should fix the removable device problem. Revision Changes Path 1.29 +3 -2 src/sys/miscfs/specfs/spec_vnops.c 1.59 +5 -2 src/sys/vm/vnode_pager.c