diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2023-08-26 20:47:12 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2023-10-06 05:32:15 +0300 |
commit | 248b45b621a77155f81129e6b572ec833edb4cf4 (patch) | |
tree | 4495a0f8f6ec24afc06f93fd56974ab75e88dd04 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 350bb48b84b8f4ad4ea179dbb97f568d12626188 (diff) | |
download | linux-248b45b621a77155f81129e6b572ec833edb4cf4.tar.xz |
ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap
We always overwrite count2 to "EXT4_CLUSTERS_PER_GROUP(sb) -
(first_cluster - start)" after its initialization in for loop
initialization statement .
Just remove unnecessary initialization of count2.
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230826174712.4059355-14-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions