Re: [PATCH 1/2] btrfs: add small program for clone testing

2014-02-06 Thread David Disseldorp
Hi Dave, On Thu, 6 Feb 2014 10:09:36 +1100, Dave Chinner wrote: On Wed, Feb 05, 2014 at 12:16:48PM +0100, David Disseldorp wrote: The cloner program is capable of cloning files using the BTRFS_IOC_CLONE and BTRFS_IOC_CLONE_RANGE ioctls. Signed-off-by: David Disseldorp dd...@suse.de

[PATCH 1/2] btrfs: add small program for clone testing

2014-02-05 Thread David Disseldorp
The cloner program is capable of cloning files using the BTRFS_IOC_CLONE and BTRFS_IOC_CLONE_RANGE ioctls. Signed-off-by: David Disseldorp dd...@suse.de --- src/Makefile | 2 +- src/cloner.c | 168 +++ 2 files changed, 169 insertions(+),

Re: [PATCH 1/2] btrfs: add small program for clone testing

2014-02-05 Thread Dave Chinner
On Wed, Feb 05, 2014 at 12:16:48PM +0100, David Disseldorp wrote: The cloner program is capable of cloning files using the BTRFS_IOC_CLONE and BTRFS_IOC_CLONE_RANGE ioctls. Signed-off-by: David Disseldorp dd...@suse.de Hi Dave - long time since I've seen your head pop up around here ;) A