commit | 86ebfd08a1930ccedb8eac0aeb1ed4b8b6a41dbc | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Sun Nov 15 15:30:52 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 15 15:30:52 2009 -0500 |
tree | b74b72e956bb19df9983f83481b3bc2a633dda81 | |
parent | 30c6e07a92ea4cb87160d32ffa9bce172576ae4c [diff] |
ext4: journal all modifications in ext4_xattr_set_handle 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> Cc: stable@kernel.org