From owner-svn-src-head@FreeBSD.ORG Thu Oct 28 01:38:57 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: by hub.freebsd.org (Postfix, from userid 1033) id D91A51065673; Thu, 28 Oct 2010 01:38:57 +0000 (UTC) Date: Thu, 28 Oct 2010 01:38:57 +0000 From: Alexey Dokuchaev To: d@delphij.net Message-ID: <20101028013857.GA4476@FreeBSD.org> References: <201010271848.o9RImNSR019344@svn.freebsd.org> <20101027212601.GA78062@freebsd.org> <4CC899C3.7040107@FreeBSD.org> <20101027214822.GA82697@freebsd.org> <4CC8A89D.5070909@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4CC8A89D.5070909@delphij.net> User-Agent: Mutt/1.4.2.1i Cc: Doug Barton , svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG, svn-src-head@FreeBSD.ORG, Alexander Best , Dag-Erling Smorgrav Subject: Re: svn commit: r214431 - head/bin/rm X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 01:38:57 -0000 On Wed, Oct 27, 2010 at 03:33:01PM -0700, Xin LI wrote: > Maybe something like: > > BUGS > > The -P option assumes that the underlying storage overwrites file block > when data is written on existing offset. Several factors including the > file system and its backing store could defeat the assumption, this > includes, but is not limited to file systems that uses Copy-On-Write > strategy (e.g. ZFS or UFS when snapshot is being used), or backing > datastore that does journaling, etc. In addition, only regular files > are overwritten, other types of files are not. This sounds very nice and FreeBSD-ish. ./danfe