]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: journal all modifications in ext4_xattr_set_handle
authorEric Sandeen <sandeen@redhat.com>
Sun, 15 Nov 2009 20:30:52 +0000 (15:30 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 17:44:57 +0000 (09:44 -0800)
commit023c1d20ed1d29d5f5e40e79fde1f8f6b6a42e6f
tree7ae6810ee73d9a7b15550a8e5a09ea9bdbc06026
parent70095d96ced4dbe2ebc7cc0d248313e507dda31a
ext4: journal all modifications in ext4_xattr_set_handle

(cherry picked from commit 86ebfd08a1930ccedb8eac0aeb1ed4b8b6a41dbc)

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: Andreas Dilger <adilger@sun.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/xattr.c