Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: don't update the superblock in ext4_statfs()
commit a71ce8c updated ext4_statfs() to update the on-disk superblock counters, but modified this buffer directly without any journaling of the change. This is one of the accesses that was causing the crc errors in journal replay as seen in kernel.org bugzilla #14354. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@kernel.org
- Loading branch information