btrfs-progs: print the csum length in debug-tree
authorJosef Bacik <jbacik@fb.com>
Fri, 25 Aug 2017 15:11:46 +0000 (11:11 -0400)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commit5fbc00cc7342f46f607079ae920b338b6253250d
tree79f714e9eb9065f28bace228821d3fae71daefc8
parent872837ebbfb186e2e2cdf39daac98257fcd18392
btrfs-progs: print the csum length in debug-tree

While looking at a log of a corrupted fs I needed to verify we were
missing csums for a given range.  Make this easier by printing out the
range of bytes a csum item covers.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
print-tree.c