Btrfs-progs: fix bad extent flag
authorJosef Bacik <jbacik@fb.com>
Thu, 5 Feb 2015 20:41:32 +0000 (15:41 -0500)
committerJosef Bacik <jbacik@fb.com>
Mon, 9 Feb 2015 19:53:16 +0000 (14:53 -0500)
commit4915964fc653033189c733ec738b4b23c87b9e5d
tree77ef50db2046f1977caea9dd93f345b1fb7163b1
parent34a5ec12eedbd13f47c92108e4fb27e08598219a
Btrfs-progs: fix bad extent flag

We can have FULL_BACKREF set or not set when we need the opposite, this patch
fixes this problem by setting a bit when the flag is set improperly.  This way
we can either correct the problem when we re-create the extent item if the
backrefs are also wrong, or we can just set the flag properly in the extent
item.  Thanks,

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