aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3/balloc.c')
-rw-r--r--fs/ext3/balloc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c
index 03d39b6fd305..5a2c198762f0 100644
--- a/fs/ext3/balloc.c
+++ b/fs/ext3/balloc.c
@@ -1515,10 +1515,8 @@ retry_alloc:
1515 if (group_no >= ngroups) 1515 if (group_no >= ngroups)
1516 group_no = 0; 1516 group_no = 0;
1517 gdp = ext3_get_group_desc(sb, group_no, &gdp_bh); 1517 gdp = ext3_get_group_desc(sb, group_no, &gdp_bh);
1518 if (!gdp) { 1518 if (!gdp)
1519 *errp = -EIO; 1519 goto io_error;
1520 goto out;
1521 }
1522 free_blocks = le16_to_cpu(gdp->bg_free_blocks_count); 1520 free_blocks = le16_to_cpu(gdp->bg_free_blocks_count);
1523 /* 1521 /*
1524 * skip this group if the number of 1522 * skip this group if the number of