Re: [PATCH 1/2] btrfs-progs: Allow "filesystem show" command to handle different units

2015-06-22 Thread David Sterba
On Thu, Jun 18, 2015 at 02:46:11PM +0800, Qu Wenruo wrote: > Now "filesystem show" command can handle different units now. > > This is handy for higher level programs to get accurate output from "fi > show" command. > > Signed-off-by: Qu Wenruo Thanks, both applied with minor fixups. -- To unsu

[PATCH 1/2] btrfs-progs: Allow "filesystem show" command to handle different units

2015-06-17 Thread Qu Wenruo
Now "filesystem show" command can handle different units now. This is handy for higher level programs to get accurate output from "fi show" command. Signed-off-by: Qu Wenruo --- cmds-filesystem.c | 66 +++ 1 file changed, 52 insertions(+), 14