summaryrefslogtreecommitdiff
path: root/fs/btrfs/locking.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2023-03-06 21:28:09 +0800
committerDavid Sterba <dsterba@suse.com>2023-04-17 18:01:16 +0200
commit0f202b256a141e6c94398dcf262d4abdf8dff978 (patch)
tree71435f54338d21c9d498cf55f5bfc5014e47fa07 /fs/btrfs/locking.c
parent6b4d375a81551bec17854b51e13efb58b45c8a76 (diff)
downloadlinux-0f202b256a141e6c94398dcf262d4abdf8dff978.tar.gz
linux-0f202b256a141e6c94398dcf262d4abdf8dff978.tar.bz2
linux-0f202b256a141e6c94398dcf262d4abdf8dff978.zip
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 'fs/btrfs/locking.c')
0 files changed, 0 insertions, 0 deletions