From owner-freebsd-hackers Wed Dec 12 9:25:41 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hunkular.glarp.com (hunkular.glarp.com [199.117.25.251]) by hub.freebsd.org (Postfix) with ESMTP id 8CD7E37B416 for ; Wed, 12 Dec 2001 09:25:37 -0800 (PST) Received: from hunkular.glarp.com (localhost [127.0.0.1]) by hunkular.glarp.com (8.11.6/8.11.6) with ESMTP id fBCHPa100189 for ; Wed, 12 Dec 2001 10:25:36 -0700 (MST) (envelope-from huntting@hunkular.glarp.com) Message-Id: <200112121725.fBCHPa100189@hunkular.glarp.com> To: freebsd-hackers@FreeBSD.ORG Subject: closeing files in detach() In-Reply-To: Your message of "Tue, 11 Dec 2001 13:37:24 MST." <200112112037.fBBKbOM30189@harmony.village.org> Date: Wed, 12 Dec 2001 10:25:36 -0700 From: Brad Huntting Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There's a mention in the FBSD hacking guide that a detach() routine for a device driver can forcably close all open descriptors for its device before it unloads. How does one do this? brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message