summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2023-03-06 16:28:09 +0300
committerDavid Sterba <dsterba@suse.com>2023-04-17 19:01:16 +0300
commit0f202b256a141e6c94398dcf262d4abdf8dff978 (patch)
tree71435f54338d21c9d498cf55f5bfc5014e47fa07 /include
parent6b4d375a81551bec17854b51e13efb58b45c8a76 (diff)
downloadlinux-0f202b256a141e6c94398dcf262d4abdf8dff978.tar.xz
btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP
BTRFS_FEATURE_INCOMPAT_SUPP is defined twice, once under CONFIG_BTRFS_DEBUG and once without it, resulting in repetitive code. The reason for this is to add experimental features under CONFIG_BTRFS_DEBUG. To avoid repetitive code, add a common list BTRFS_FEATURE_INCOMPAT_SUPP_STABLE, and append experimental features only under CONFIG_BTRFS_DEBUG. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions