]> Git Repo - linux.git/commit
ext4: remove redundant sb checksum recomputation
authorJan Kara <[email protected]>
Fri, 27 Nov 2020 11:33:55 +0000 (12:33 +0100)
committerTheodore Ts'o <[email protected]>
Thu, 17 Dec 2020 18:30:55 +0000 (13:30 -0500)
commit81414b4dd48f596bf33e1b32c2e43e2047150ca6
treec5a2dd62696f951be1a1afe7c5160bdce4356fb4
parentb08070eca9e247f60ab39d79b2c25d274750441f
ext4: remove redundant sb checksum recomputation

Superblock is written out either through ext4_commit_super() or through
ext4_handle_dirty_super(). In both cases we recompute the checksum so it
is not necessary to recompute it after updating superblock free inodes &
blocks counters.

Signed-off-by: Jan Kara <[email protected]>
Reviewed-by: Andreas Dilger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/super.c
This page took 0.065806 seconds and 4 git commands to generate.