Re: [PATCH v3-onstack] btrfs: make block group flags in balance printks human-readable

2016-11-14 Thread David Sterba
On Sat, Nov 12, 2016 at 12:59:59AM +0100, Adam Borowski wrote: > They're not even documented anywhere, letting users with no recourse but > to RTFS. It's no big burden to output the bitfield as words. > > Also, display unknown flags as hex. > > Signed-off-by: Adam Borowski > --- > fs/btrfs/rel

[PATCH v3-onstack] btrfs: make block group flags in balance printks human-readable

2016-11-11 Thread Adam Borowski
They're not even documented anywhere, letting users with no recourse but to RTFS. It's no big burden to output the bitfield as words. Also, display unknown flags as hex. Signed-off-by: Adam Borowski --- fs/btrfs/relocation.c | 41 ++--- 1 file changed, 38 in