Re: svn commit: r214431 - head/bin/rm

[ Available lists | Index of svn-src-all | Month of Oct 2010 | Week of 28 Oct 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alexey Dokuchaev <danfe@FreeBSD.org>
Date
28 Oct 2010 01:38:57
Subject
Re: svn commit: r214431 - head/bin/rm
Message-ID
20101028013857.GA4476@FreeBSD.org


[ Hide this part ]
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


Elapsed time: 0.294 seconds