Btrfs-progs: don't try to repair reloc roots
authorJosef Bacik <jbacik@fb.com>
Thu, 15 Jan 2015 22:11:41 +0000 (17:11 -0500)
committerJosef Bacik <jbacik@fb.com>
Mon, 9 Feb 2015 19:53:14 +0000 (14:53 -0500)
commit65ac3b27586e6733191f941480f9348963dab9a9
tree3bd380256a048869394200de436b542a07a2d7af
parent1b7126f93722064eff6ee0792694a598a37bef30
Btrfs-progs: don't try to repair reloc roots

We have logic to fix the root locations for roots in response to a corruption
bug we had earlier.  However this work doesn't apply to reloc roots and can
screw things up worse, so make sure we skip any reloc roots that we find.
Thanks,

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