diff options
Diffstat (limited to 'fs/ext2/inode.c')
-rw-r--r-- | fs/ext2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 1b102a1ccebb..84818176fd9d 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c | |||
@@ -1028,7 +1028,7 @@ static struct ext2_inode *ext2_get_inode(struct super_block *sb, ino_t ino, | |||
1028 | goto Einval; | 1028 | goto Einval; |
1029 | 1029 | ||
1030 | block_group = (ino - 1) / EXT2_INODES_PER_GROUP(sb); | 1030 | block_group = (ino - 1) / EXT2_INODES_PER_GROUP(sb); |
1031 | gdp = ext2_get_group_desc(sb, block_group, &bh); | 1031 | gdp = ext2_get_group_desc(sb, block_group, NULL); |
1032 | if (!gdp) | 1032 | if (!gdp) |
1033 | goto Egdp; | 1033 | goto Egdp; |
1034 | /* | 1034 | /* |