From owner-cvs-all Wed Sep 29 22:30: 2 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 2B83B155C7; Wed, 29 Sep 1999 22:30:00 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA16848; Wed, 29 Sep 1999 22:30:00 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199909300530.WAA16848@freefall.freebsd.org> From: Mike Smith Date: Wed, 29 Sep 1999 22:30:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/09/29 22:29:59 PDT Modified files: sys/kern subr_disk.c Log: Test the slices for openness before we close them; doing it the other way around meant that the higher level close routine never gets called. (phk is on the road; this is a quick fix to get things working and may need more polish) Revision Changes Path 1.7 +2 -2 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message