Re: [PATCH] btrfs-progs: right-align number columns in btrfs-debugfs output

2017-10-02 Thread David Sterba
On Sat, Sep 30, 2017 at 05:54:27PM +0200, Holger Hoffstätte wrote: > > The values for block group offset, length etc. in btrfs-debugfs' output > are left-aligned, which creates unaligned output and makes the usage > percentage hard to read/process further. This patch adds right-aligning > format

[PATCH] btrfs-progs: right-align number columns in btrfs-debugfs output

2017-09-30 Thread Holger Hoffstätte
The values for block group offset, length etc. in btrfs-debugfs' output are left-aligned, which creates unaligned output and makes the usage percentage hard to read/process further. This patch adds right-aligning format specifiers for the number values. Ideally the format values wouldn't be hardco