From: Hugh Dickins Date: Thu, 7 Dec 2006 04:41:28 +0000 (-0800) Subject: [PATCH] ext3 balloc: use io_error label X-Git-Tag: v2.6.20-rc1~15^2~14^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2823b5535efad71e950ef50c2ce5f9e4dbaedc17;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] ext3 balloc: use io_error label ext3_new_blocks has a nice io_error label for setting -EIO, so goto that in the one place that doesn't already use it. Signed-off-by: Mingming Cao Signed-off-by: Hugh Dickins Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index 03d39b6..5a2c198 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c @@ -1515,10 +1515,8 @@ retry_alloc: if (group_no >= ngroups) group_no = 0; gdp = ext3_get_group_desc(sb, group_no, &gdp_bh); - if (!gdp) { - *errp = -EIO; - goto out; - } + if (!gdp) + goto io_error; free_blocks = le16_to_cpu(gdp->bg_free_blocks_count); /* * skip this group if the number of