commit | 52e4477758eef45c2fa28b087abf83847126bc28 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Jan 06 14:03:23 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 06 14:03:23 2014 -0500 |
tree | 05d53957b0336ae8399553fcba18daf1885bbc41 | |
parent | bc0ca9df3b2abb13f7da9d8d255ec60718badd84 [diff] |
ext4: standardize error handling in ext4_da_write_inline_data_begin() 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>