Re: [PATCH 3/4 v3] Btrfs-progs: send, implement fallocate command callback

2014-04-18 Thread David Sterba
On Wed, Apr 16, 2014 at 08:58:14PM +0100, Filipe David Borba Manana wrote: The fallocate send stream command, added in stream version 2, is used to pre-allocate space for files and punch file holes. This change implements the callback for that new command, using the fallocate function from the

Re: [PATCH 3/4 v3] Btrfs-progs: send, implement fallocate command callback

2014-04-18 Thread Filipe David Manana
On Fri, Apr 18, 2014 at 6:41 PM, David Sterba dste...@suse.cz wrote: On Wed, Apr 16, 2014 at 08:58:14PM +0100, Filipe David Borba Manana wrote: The fallocate send stream command, added in stream version 2, is used to pre-allocate space for files and punch file holes. This change implements the

[PATCH 3/4 v3] Btrfs-progs: send, implement fallocate command callback

2014-04-16 Thread Filipe David Borba Manana
The fallocate send stream command, added in stream version 2, is used to pre-allocate space for files and punch file holes. This change implements the callback for that new command, using the fallocate function from the standard C library to carry out the specified action (allocate file space or