Skip to content
Commit 53ea5a44 authored by Theodore Ts'o's avatar Theodore Ts'o Committed by Andy Whitcroft
Browse files

ext4: don't update the superblock in ext4_statfs()

(cherry picked from commit 3f8fb949)

commit a71ce8c6

 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: default avatar"Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent e607dff1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment