From owner-cvs-all@FreeBSD.ORG Fri Feb 6 15:10:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA40D16A4CF; Fri, 6 Feb 2004 15:10:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC7843D5C; Fri, 6 Feb 2004 15:10:50 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i16NAn0B068258; Fri, 6 Feb 2004 15:10:49 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i16NAn55068257; Fri, 6 Feb 2004 15:10:49 -0800 (PST) (envelope-from pjd) Message-Id: <200402062310.i16NAn55068257@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 6 Feb 2004 15:10:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 23:10:51 -0000 pjd 2004/02/06 15:10:49 PST FreeBSD src repository Modified files: sys/geom geom_disk.c Log: Allow decreasing access count even if there is no disk anymore. This will allow closing disks that were removed while opened. Approved by: phk, scottl (mentor) Revision Changes Path 1.83 +11 -3 src/sys/geom/geom_disk.c