Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jbd2: move superblock checksum calculation to jbd2_write_superblock()
Some of the functions which modify the jbd2 superblock were not updating the checksum before calling jbd2_write_superblock(). Move the call to jbd2_superblock_csum_set() to jbd2_write_superblock(), so that the checksum is calculated consistently. Signed-off-by: "Theodore Ts'o" <[email protected]> Cc: Darrick J. Wong <[email protected]> Cc: [email protected]
- Loading branch information