]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/btrfs/block-group.c
btrfs: drop incompat bit for raid1c34 after last block group is gone
authorDavid Sterba <dsterba@suse.com>
Thu, 31 Oct 2019 14:52:01 +0000 (15:52 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 16:51:49 +0000 (17:51 +0100)
commit9c907446dce311dc7e7b8958425e92ac03d3d00c
treefaf4189ca75bd5a2c1f22bb844a8c482cd93f56b
parentcfbb825c76198c9095428c5f9362fbf6ae06f417
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>
fs/btrfs/block-group.c