From owner-cvs-src@FreeBSD.ORG Sat Aug 16 02:52:29 2003 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 D2D8E37B401; Sat, 16 Aug 2003 02:52:29 -0700 (PDT) Received: from cirb503493.alcatel.com.au (c211-28-27-130.belrs2.nsw.optusnet.com.au [211.28.27.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E3C43FBD; Sat, 16 Aug 2003 02:52:27 -0700 (PDT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])h7G9qPgh076781; Sat, 16 Aug 2003 19:52:25 +1000 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost) by cirb503493.alcatel.com.au (8.12.8/8.12.8/Submit) id h7G9qOAH076780; Sat, 16 Aug 2003 19:52:24 +1000 (EST) Date: Sat, 16 Aug 2003 19:52:24 +1000 From: Peter Jeremy To: Poul-Henning Kamp Message-ID: <20030816095224.GA76750@cirb503493.alcatel.com.au> References: <20030816081235.GC74853@cirb503493.alcatel.com.au> <18873.1061021665@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18873.1061021665@critter.freebsd.dk> User-Agent: Mutt/1.4.1i cc: Greg 'groggy' Lehey cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.c nfs_vfsops.c nfsdiskless.h 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: Sat, 16 Aug 2003 09:52:30 -0000 On Sat, Aug 16, 2003 at 10:14:25AM +0200, Poul-Henning Kamp wrote: >In message <20030816081235.GC74853@cirb503493.alcatel.com.au>, Peter Jeremy wri >tes: >>Not if / is NFS mounted: Removing the file on the client just renames >>it to a .nfsXXXXXXXX name. It retains the original permissions and >>is still on both the client and server under this dummy name. > >I thought we had magic which prevented client lookup of those names ? Not in 4.x. They show up normally in a ls(1) output and can be read, written and linked normally on both client and server. About the only thing that's special is that they can't be unlinked. I'm not sure about 5.x. Peter