diff options
| author | Kemeng Shi <[email protected]> | 2023-08-26 17:47:12 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2023-10-06 02:32:15 +0000 |
| commit | 248b45b621a77155f81129e6b572ec833edb4cf4 (patch) | |
| tree | 4495a0f8f6ec24afc06f93fd56974ab75e88dd04 /fs/ext4/fast_commit.c | |
| parent | ext4: remove unnecessary check to avoid repeat update_backups for the same gdb (diff) | |
| download | kernel-248b45b621a77155f81129e6b572ec833edb4cf4.tar.gz kernel-248b45b621a77155f81129e6b572ec833edb4cf4.zip | |
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 <[email protected]>
Reviewed-by: Theodore Ts'o <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
