Btrfs-progs: don't check csums for data reloc root
authorJosef Bacik <jbacik@fb.com>
Fri, 23 Jan 2015 16:39:28 +0000 (11:39 -0500)
committerJosef Bacik <jbacik@fb.com>
Mon, 9 Feb 2015 19:53:15 +0000 (14:53 -0500)
commit20feed2ea49fff104520d3407ce0c8a935204c44
tree0b720ce2c40447b1b84d8d64354312b166e770f5
parent65ac3b27586e6733191f941480f9348963dab9a9
Btrfs-progs: don't check csums for data reloc root

The data reloc root is weird with it's csums.  It'll copy an entire extent and
then log any csums it finds, which makes it look weird when it comes to prealloc
extents.  So just skip the data reloc tree, it's special and we just don't need
to worry about it.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
cmds-check.c