aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-06-21 14:09:37 +0100
committerDavid Sterba <[email protected]>2023-08-21 14:52:11 +0200
commitcf4ac2b9049be459dfbaddbeb9322366f1ac2dc6 (patch)
treed2b6a5dc7097368e96ca081461b4c927f64f64f8 /tools/perf/scripts/python/syscall-counts.py
parent07a3bb95ea1f7fa77e360cf3b0f06dff41dbf391 (diff)
btrfs: scrub: remove redundant division of stripe_nr
Variable stripe_nr is being divided by map->num_stripes however the result is never read. The division and assignment are redundant and can be removed. Cleans up clang scan build warning: fs/btrfs/scrub.c:1264:3: warning: Value stored to 'stripe_nr' is never read [deadcode.DeadStores] The code is a leftover from 6ded22c1bfe6 ("btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32") that converted div64 to normal division, it's the same but previous version did not trigger a warning. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions