Skip to content
Commit e607dff1 authored by Eric Sandeen's avatar Eric Sandeen Committed by Andy Whitcroft
Browse files

ext4: journal all modifications in ext4_xattr_set_handle

(cherry picked from commit 86ebfd08

)

ext4_xattr_set_handle() was zeroing out an inode outside
of journaling constraints; this is one of the accesses that
was causing the crc errors in journal replay as seen in
kernel.org bugzilla #14354.

Reviewed-by: default avatarAndreas Dilger <adilger@sun.com>
Signed-off-by: default avatarEric Sandeen <sandeen@redhat.com>
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 050a7eed
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