commit | 9c907446dce311dc7e7b8958425e92ac03d3d00c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Oct 31 15:52:01 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 17:51:49 2019 +0100 |
tree | faf4189ca75bd5a2c1f22bb844a8c482cd93f56b | |
parent | cfbb825c76198c9095428c5f9362fbf6ae06f417 [diff] |
btrfs: drop incompat bit for raid1c34 after last block group is gone When there are no raid1c3 or raid1c4 block groups left after balance (either convert or with other filters applied), remove the incompat bit. This is already done for RAID56, do the same for RAID1C34. Signed-off-by: David Sterba <dsterba@suse.com>