aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-03-01 12:16:44 +0000
committerTheodore Ts'o <tytso@mit.edu>2022-03-03 00:01:31 -0500
commit6b71b69dd98b197deea0806417e88308e0876a10 (patch)
treed82154a6fbe46b3cf7b5a6e61faef81c8ef2b938 /tools/perf/scripts/python/export-to-sqlite.py
parentext4: fix underflow in ext4_max_bitmap_size() (diff)
downloadwireguard-linux-6b71b69dd98b197deea0806417e88308e0876a10.tar.xz
wireguard-linux-6b71b69dd98b197deea0806417e88308e0876a10.zip
ext4: remove redundant assignment to variable split_flag1
Variable split_flag1 is being assigned a value that is never read, it is being re-assigned a new value in the following code block. The assignment is redundant and can be removed. Cleans up clang scan build warning: fs/ext4/extents.c:3371:2: warning: Value stored to 'split_flag1' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220301121644.997833-1-colin.i.king@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions