aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAnand Jain <[email protected]>2023-03-06 21:28:09 +0800
committerDavid Sterba <[email protected]>2023-04-17 18:01:16 +0200
commit0f202b256a141e6c94398dcf262d4abdf8dff978 (patch)
tree71435f54338d21c9d498cf55f5bfc5014e47fa07 /tools/perf/scripts/python/event_analyzing_sample.py
parent6b4d375a81551bec17854b51e13efb58b45c8a76 (diff)
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 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions