ext4: simplify truncation code in ext4_setattr()
authorJan Kara <jack@suse.cz>
Sat, 17 Aug 2013 14:07:17 +0000 (10:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 17 Aug 2013 14:07:17 +0000 (10:07 -0400)
Merge conditions in ext4_setattr() handling inode size changes, also
move ext4_begin_ordered_truncate() call somewhat earlier because it
simplifies error recovery in case of failure. Also add error handling in
case i_disksize update fails.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org

No differences found