Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

2015-01-21 Thread Ján Tomko
] Introduce btrfsCloneFile for btrfs COW copy -Original Message- From: Ján Tomko [mailto:jto...@redhat.com] Sent: Friday, January 16, 2015 10:21 PM To: Chen, Hanxiao/陈 晗霄; libvir-list@redhat.com [snip] +#define BTRFS_IOC_CLONE _IOW (BTRFS_IOCTL_MAGIC, 9, int) + Instead

Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

2015-01-20 Thread Chen, Hanxiao
-Original Message- From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] On Behalf Of Chen, Hanxiao Sent: Monday, January 19, 2015 2:26 PM To: Ján Tomko; libvir-list@redhat.com Subject: Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

2015-01-18 Thread Chen, Hanxiao
-Original Message- From: Ján Tomko [mailto:jto...@redhat.com] Sent: Friday, January 16, 2015 10:21 PM To: Chen, Hanxiao/陈 晗霄; libvir-list@redhat.com Subject: Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy On 01/13/2015 09:18 AM, Chen Hanxiao wrote: Signed

Re: [libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

2015-01-16 Thread Ján Tomko
On 01/13/2015 09:18 AM, Chen Hanxiao wrote: Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/storage/storage_backend.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index

[libvirt] [PATCH 1/2] Introduce btrfsCloneFile for btrfs COW copy

2015-01-13 Thread Chen Hanxiao
Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/storage/storage_backend.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index b990a82..5ce3566 100644 --- a/src/storage/storage_backend.c