From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 14:22:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C296116A4CE; Wed, 14 Jan 2004 14:22:16 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C0F343D5A; Wed, 14 Jan 2004 14:22:14 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Jan 2004 22:22:13 +0000 (GMT) Date: Wed, 14 Jan 2004 22:22:13 +0000 From: David Malone To: Robert Watson Message-ID: <20040114222213.GA9717@walton.maths.tcd.ie> References: <20040114221135.V15441@beagle.fokus.fraunhofer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: Don Lewis cc: harti@freebsd.org cc: current@freebsd.org Subject: Re: simplifying linux_emul_convpath() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 22:22:16 -0000 On Wed, Jan 14, 2004 at 04:50:18PM -0500, Robert Watson wrote: > This can end up with incorrect operation on a live file system anyway: > nothing says the file with inode 400 can't be deleted, then reused as the > archiver runs, and then count as a false positive... :-) Mounting the filesystem read-only while backing it up should stop it changing, or making a snap-shot. David.