diff options
author | Baokun Li <[email protected]> | 2022-11-17 12:03:39 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-12-08 21:49:24 -0500 |
commit | a408f33e895e455f16cf964cb5cd4979b658db7b (patch) | |
tree | 12b5b09eccb4605162088fcc1b8e2c96ab71f4e2 /scripts/generate_rust_analyzer.py | |
parent | a7e9d977e031fceefe1e7cd69ebd7202d5758b56 (diff) |
ext4: fix bad checksum after online resize
When online resizing is performed twice consecutively, the error message
"Superblock checksum does not match superblock" is displayed for the
second time. Here's the reproducer:
mkfs.ext4 -F /dev/sdb 100M
mount /dev/sdb /tmp/test
resize2fs /dev/sdb 5G
resize2fs /dev/sdb 6G
To solve this issue, we moved the update of the checksum after the
es->s_overhead_clusters is updated.
Fixes: 026d0d27c488 ("ext4: reduce computation of overhead during resize")
Fixes: de394a86658f ("ext4: update s_overhead_clusters in the superblock during an on-line resize")
Signed-off-by: Baokun Li <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions