Re: [PATCH v2] xfstests: add test for btrfs cloning with file holes

2014-06-03 Thread Lukáš Czerner
On Sat, 31 May 2014, Filipe David Borba Manana wrote: > Date: Sat, 31 May 2014 15:12:45 +0100 > From: Filipe David Borba Manana > To: fste...@vger.kernel.org > Cc: linux-btrfs@vger.kernel.org, > Filipe David Borba Manana > Subject: [PATCH v2] xfstests: add test for btrfs

[PATCH v2] xfstests: add test for btrfs cloning with file holes

2014-05-31 Thread Filipe David Borba Manana
Regression test for the btrfs ioctl clone operation when the source range contains hole(s) and the FS has the NO_HOLES feature enabled (file holes don't need file extent items in the btree to represent them). This issue is fixed by the following linux kernel btrfs patch: Btrfs: fix clone to d