From owner-freebsd-arch@FreeBSD.ORG Tue Dec 21 18:35:02 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D4716A4CE; Tue, 21 Dec 2004 18:35:02 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A5C43D2F; Tue, 21 Dec 2004 18:35:02 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iBLIZ0dc081691; Tue, 21 Dec 2004 19:35:00 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Robert Watson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 21 Dec 2004 18:23:46 GMT." Date: Tue, 21 Dec 2004 19:35:00 +0100 Message-ID: <81690.1103654100@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: arch@freebsd.org Subject: Re: Forcefully unmounting devfs... X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 18:35:03 -0000 In message , Robe rt Watson writes: > >On Sat, 18 Dec 2004, Poul-Henning Kamp wrote: > >> Brainteaser for the x-mas days: >> >> What is the correct handling of busy device vnodes belonging >> to a devfs mountpoint which is being forcefully unmounted ? >> >> If you think this has a simple answer, please don't bother replying. > >Being something of a traditionalist, I'd ask the question: what happens in >4.x when you forceably unmount a UFS file system out from under the device >nodes? I'm guessing we deadfs the UFS vnodes, which results in varying >degrees of havoc depending on the device type? It's worse: we specfs the vnodes which results in varying degress of success, depending on device type. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.