Re: [PATCH] Btrfs: Print key type in decimal everywhere

2013-07-16 Thread Zach Brown
On Tue, Jul 16, 2013 at 03:38:33PM +0200, Stefan Behrens wrote: > This is confusing, sometimes the key type is printed in hex (without > a leading "0x" which makes things even more complicated), sometimes > in decimal... > Change it to be in decimal everywhere. This seems particularly reasonable t

[PATCH] Btrfs: Print key type in decimal everywhere

2013-07-16 Thread Stefan Behrens
This is confusing, sometimes the key type is printed in hex (without a leading "0x" which makes things even more complicated), sometimes in decimal... Change it to be in decimal everywhere. Signed-off-by: Stefan Behrens --- fs/btrfs/print-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 delet