]> git.ipfire.org Git - thirdparty/grub.git/commit
btrfs: Add support for new RAID1C34 profiles
authorDavid Sterba <dave@jikos.cz>
Mon, 4 Nov 2019 16:23:22 +0000 (17:23 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 6 Dec 2019 19:38:01 +0000 (20:38 +0100)
commit495781f5ed1b48bf27f16c53940d6700c181c74c
tree43bf1a4c0806e594378a51af029478362377da30
parente2c09aed97e8e71efa083e21ef365c92c36e3185
btrfs: Add support for new RAID1C34 profiles

New 3- and 4-copy variants of RAID1 were merged into Linux kernel 5.5.
Add the two new profiles to the list of recognized ones. As this builds
on the same code as RAID1, only the redundancy level needs to be
adjusted, the rest is done by the existing code.

Signed-off-by: David Sterba <dsterba@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/btrfs.c