diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index f0614e3f1fe8..22cfdd61c060 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -1221,7 +1221,7 @@ static int ext3_check_descriptors (struct super_block * sb) | |||
1221 | return 0; | 1221 | return 0; |
1222 | } | 1222 | } |
1223 | if (le32_to_cpu(gdp->bg_inode_table) < first_block || | 1223 | if (le32_to_cpu(gdp->bg_inode_table) < first_block || |
1224 | le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group > | 1224 | le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group - 1 > |
1225 | last_block) | 1225 | last_block) |
1226 | { | 1226 | { |
1227 | ext3_error (sb, "ext3_check_descriptors", | 1227 | ext3_error (sb, "ext3_check_descriptors", |