From owner-freebsd-hackers Sun Jun 27 18:31:27 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from math.psu.edu (leibniz.math.psu.edu [146.186.130.2]) by hub.freebsd.org (Postfix) with ESMTP id 4787C15239 for ; Sun, 27 Jun 1999 18:31:24 -0700 (PDT) (envelope-from viro@math.psu.edu) Received: from weyl.math.psu.edu (weyl.math.psu.edu [146.186.130.226]) by math.psu.edu (8.9.3/8.9.3) with ESMTP id VAA06141; Sun, 27 Jun 1999 21:31:22 -0400 (EDT) Received: from localhost (viro@localhost) by weyl.math.psu.edu (8.9.3/8.9.3) with ESMTP id VAA03928; Sun, 27 Jun 1999 21:31:21 -0400 (EDT) X-Authentication-Warning: weyl.math.psu.edu: viro owned process doing -bs Date: Sun, 27 Jun 1999 21:31:21 -0400 (EDT) From: Alexander Viro To: allbery@ece.cmu.edu Cc: thorpej@nas.nasa.gov, mouse@Rodents.Montreal.QC.CA, fare@tunes.org, freebsd-hackers@FreeBSD.ORG, tech-kern@netbsd.org, linux-kernel@vger.rutgers.edu Subject: Re: Improving the Unix API In-Reply-To: <199906280112.VAA25177@ece.cmu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 27 Jun 1999 allbery@ece.cmu.edu wrote: > On 27 Jun, Jason Thorpe wrote: > +----- > | Alexander Viro wrote: > | > doesn't unmap the stuff. Oh, shit, there is such thing as pending > | > unlink... Does vgone() force it? > | > | Regarding unlink()... those aren't operations on vnodes. Those are > | operations on the filesystem namespace, and are thus (correctly) > | unaffected. > +--->8 > > I believe what he meant is "how is deallocation of a pending-unlink > file whose only reference is an open fd which has been revoked dealt > with"? > > (To which my own answer would be: "deallocated on close as usual, no > reason to treat this case specially that I know of".) When it's already remounted r/o? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message