From owner-cvs-src@FreeBSD.ORG Tue Jan 4 09:48:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C4616A4CE; Tue, 4 Jan 2005 09:48:14 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171E043D1D; Tue, 4 Jan 2005 09:48:14 +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 j049mDEh011049; Tue, 4 Jan 2005 10:48:13 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: David Malone From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 04 Jan 2005 09:46:00 GMT." <20050104094600.GA11823@walton.maths.tcd.ie> Date: Tue, 04 Jan 2005 10:48:13 +0100 Message-ID: <11048.1104832093@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: Ted Unangst cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 09:48:14 -0000 In message <20050104094600.GA11823@walton.maths.tcd.ie>, David Malone writes: >On Tue, Jan 04, 2005 at 07:30:02AM +0100, Poul-Henning Kamp wrote: >> >> Log: >> >> Eliminate vop_revoke() function now that devfs_revoke() does the entire job. > >> >do these changes mean it is no longer possible to revoke ordinary files? > >> It never were. > >There was actually a short period when revoking regular files and >ttys worked. However, revoking fifos and Unix domain sockets didn't, >so it was restricted to tty for the sake of consistency. (Maybe >where I say "ttys" I actually mean "devices"?) You can revoke all devices, but it doesn't really work 100% except for ttys. -- 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.