From: Jan Kara Date: Mon, 6 Jan 2014 19:02:23 +0000 (-0500) Subject: ext4: retry allocation when inline->extent conversion failed X-Git-Tag: v3.14-rc1~76^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0ca9df3b2abb13f7da9d8d255ec60718badd84;p=pandora-kernel.git ext4: retry allocation when inline->extent conversion failed Similarly as other ->write_begin functions in ext4, also ext4_da_write_inline_data_begin() should retry allocation if the conversion failed because of ENOSPC. This avoids returning ENOSPC prematurely because of uncommitted block deletions. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed