[PATCH V2] btrfs-progs: Add ioctl to read compressed size of a file

2011-12-20 Thread David Sterba
Signed-off-by: David Sterba dste...@suse.cz --- V1-V2: * match current kernel side and print uncompressed length as well * now it's easy to print the compression ratio for the given range btrfs.c |9 ++- btrfs_cmds.c | 68 ++

Re: [PATCH V2] btrfs-progs: Add ioctl to read compressed size of a file

2011-12-20 Thread Goffredo Baroncelli
Hi David On Tuesday, 20 December, 2011 18:49:58 David Sterba wrote: Signed-off-by: David Sterba dste...@suse.cz --- V1-V2: * match current kernel side and print uncompressed length as well * now it's easy to print the compression ratio for the given range btrfs.c |9 ++-