From owner-cvs-all@FreeBSD.ORG Tue Jan 4 09:46:07 2005 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 1775416A4CE; Tue, 4 Jan 2005 09:46:07 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id E5DB643D54; Tue, 4 Jan 2005 09:46:05 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Jan 2005 09:46:05 +0000 (GMT) Date: Tue, 4 Jan 2005 09:46:00 +0000 From: David Malone To: Poul-Henning Kamp Message-ID: <20050104094600.GA11823@walton.maths.tcd.ie> References: <7767.1104820202@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7767.1104820202@critter.freebsd.dk> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie 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-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: Tue, 04 Jan 2005 09:46:07 -0000 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"?) David.