diff options
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r-- | fs/ext2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 68579a0ed3f0..639a32c3c9c1 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -580,7 +580,7 @@ static int ext2_check_descriptors (struct super_block * sb) | |||
580 | return 0; | 580 | return 0; |
581 | } | 581 | } |
582 | if (le32_to_cpu(gdp->bg_inode_table) < first_block || | 582 | if (le32_to_cpu(gdp->bg_inode_table) < first_block || |
583 | le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group > | 583 | le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group - 1 > |
584 | last_block) | 584 | last_block) |
585 | { | 585 | { |
586 | ext2_error (sb, "ext2_check_descriptors", | 586 | ext2_error (sb, "ext2_check_descriptors", |