aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2022-12-16 15:15:54 -0500
committerDavid Sterba <[email protected]>2023-02-13 17:50:33 +0100
commitefbf35a102b20246cfe4409c6ae92e72ecb67ab8 (patch)
treef2bf720785389c5c92a595a6d1051cbf3fb98129 /tools/perf/scripts/python/bin
parentab199013592abb3499b8316a800a39ab61e6719f (diff)
btrfs: fix uninitialized variable warning in btrfs_update_block_group
reclaim isn't set in the alloc case, however we only care about reclaim in the !alloc case. This isn't an actual problem, however -Wmaybe-uninitialized will complain, so initialize reclaim to quiet the compiler. Reviewed-by: Qu Wenruo <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Josef Bacik <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions