From: Jan Kara Date: Mon, 6 Jan 2014 19:03:23 +0000 (-0500) Subject: ext4: standardize error handling in ext4_da_write_inline_data_begin() X-Git-Tag: v3.14-rc1~76^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e4477758eef45c2fa28b087abf83847126bc28;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed