]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: selftests: correct RAID stripe-tree feature flag setting
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 13 Jan 2025 19:31:42 +0000 (20:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Jan 2025 14:47:54 +0000 (15:47 +0100)
commitc221a9a29d419a456503d8e930be0b3cba14d5db
treef5f0d5e72e2249de5755fc8572f10eaaec33ed6c
parente32dcdb0af9f31aab05e20f950c2871378082569
btrfs: selftests: correct RAID stripe-tree feature flag setting

RAID stripe-tree is an incompatible feature not a read-only compatible, so
set the incompat flag not a compat_ro one in the selftest code.

Subsequent changes in btrfs_delete_raid_extent() will start checking for
this flag.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tests/raid-stripe-tree-tests.c