From: Wengang Wang Date: Mon, 13 Jul 2009 03:38:58 +0000 (+0800) Subject: ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation X-Git-Tag: v2.6.31-rc6~5^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4cea3790bf44137192f441ee84af256e3bf809;p=pandora-kernel.git ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation ocfs2_get_block() does no allocation. Hole filling for writes should have happened farther up in the call chain. We detect this case and print an error, but we then continue with the function. We should be exiting immediately. Signed-off-by: Wengang Wang Signed-off-by: Joel Becker --- Reading git-diff-tree failed