Btrfs-progs: print out human readable errors for inodes and backrefs
authorJosef Bacik <jbacik@fusionio.com>
Fri, 4 Oct 2013 20:42:39 +0000 (16:42 -0400)
committerChris Mason <chris.mason@fusionio.com>
Wed, 16 Oct 2013 12:23:12 +0000 (08:23 -0400)
commit8fa3f2085c8637657fb486879054c1777b55b404
tree35e2757c55e15e00a4cbf4590bf650c2372fecb6
parent67e8b6748e2d73f4deef420b81225faff67020a5
Btrfs-progs: print out human readable errors for inodes and backrefs

We usually print out a hex value of any errors on inodes or their backrefs,
which is a huge pain for me because I have to put it into a calculator and count
the bits to figure out which errors these map to, and usually I get it wrong the
first time.  To fix this lets just print out a human readable string for each
error that way it will be easier to spot the "OH GOD THAT'S AWFUL" errors from
"oh yeah thats no big deal, repair will fix that."  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
cmds-check.c