From 75fab744e37de1f069a02ed4d949f8e6bf000673 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 26 Jul 2007 10:41:11 -0700 Subject: [PATCH] --- yaml --- r: 62990 b: refs/heads/master c: 780dcdb21170ae8ad3faa640ede249261f216a8c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext2/super.c | 2 +- trunk/fs/ext3/super.c | 2 +- trunk/fs/ext4/super.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7f8fc9c1e70c..7782c0530df0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98ac0e53facc851f8bc5110039ab05005c0c4736 +refs/heads/master: 780dcdb21170ae8ad3faa640ede249261f216a8c diff --git a/trunk/fs/ext2/super.c b/trunk/fs/ext2/super.c index 68579a0ed3f0..639a32c3c9c1 100644 --- a/trunk/fs/ext2/super.c +++ b/trunk/fs/ext2/super.c @@ -580,7 +580,7 @@ static int ext2_check_descriptors (struct super_block * sb) return 0; } if (le32_to_cpu(gdp->bg_inode_table) < first_block || - le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group > + le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group - 1 > last_block) { ext2_error (sb, "ext2_check_descriptors", diff --git a/trunk/fs/ext3/super.c b/trunk/fs/ext3/super.c index f0614e3f1fe8..22cfdd61c060 100644 --- a/trunk/fs/ext3/super.c +++ b/trunk/fs/ext3/super.c @@ -1221,7 +1221,7 @@ static int ext3_check_descriptors (struct super_block * sb) return 0; } if (le32_to_cpu(gdp->bg_inode_table) < first_block || - le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group > + le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group - 1 > last_block) { ext3_error (sb, "ext3_check_descriptors", diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index 75adbb64e028..4550b83ab1c9 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -1283,7 +1283,7 @@ static int ext4_check_descriptors (struct super_block * sb) } inode_table = ext4_inode_table(sb, gdp); if (inode_table < first_block || - inode_table + sbi->s_itb_per_group > last_block) + inode_table + sbi->s_itb_per_group - 1 > last_block) { ext4_error (sb, "ext4_check_descriptors", "Inode table for group %d"