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 > > Hi

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 Hi Dave - long time since I've seen your head pop up around here ;) A few comments

[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 --- src/Makefile | 2 +- src/cloner.c | 168 +++ 2 files changed, 169 insertions(+), 1 deletion(-)