From: Wang Shilong Date: Wed, 16 Jan 2013 05:20:01 +0000 (-0800) Subject: Ext3: return ENOMEM rather than EIO if sb_getblk fails X-Git-Tag: v3.9-rc1~65^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04e88e271ab67de1409c3b4a4e80dbe13eac7b0;p=pandora-kernel.git Ext3: return ENOMEM rather than EIO if sb_getblk fails It will be better to use ENOMEM rather than EIO, because the only reason that sb_getblk fails is that allocation fails. Signed-off-by: Wang Shilong Signed-off-by: Jan Kara --- Reading git-diff-tree failed