diff options
| author | Anand Jain <[email protected]> | 2023-03-06 13:28:09 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-04-17 16:01:16 +0000 |
| commit | 0f202b256a141e6c94398dcf262d4abdf8dff978 (patch) | |
| tree | 71435f54338d21c9d498cf55f5bfc5014e47fa07 /fs/btrfs/compression.c | |
| parent | btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror() (diff) | |
| download | kernel-0f202b256a141e6c94398dcf262d4abdf8dff978.tar.gz kernel-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 <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/compression.c')
0 files changed, 0 insertions, 0 deletions
