ext4: standardize error handling in ext4_da_write_inline_data_begin()
authorJan Kara <jack@suse.cz>
Mon, 6 Jan 2014 19:03:23 +0000 (14:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2014 19:03:23 +0000 (14:03 -0500)
The function has a bit non-standard (for ext4) error recovery in that it
used a mix of 'out' labels and testing for 'handle' being NULL. There
isn't a good reason for that in the function so clean it up a bit.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inline.c

Simple merge