diff options
Diffstat (limited to 'fs/ext2/ialloc.c')
-rw-r--r-- | fs/ext2/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c index 6c14bb8322fa..5c04a0ddea80 100644 --- a/fs/ext2/ialloc.c +++ b/fs/ext2/ialloc.c | |||
@@ -278,7 +278,7 @@ static int find_group_orlov(struct super_block *sb, struct inode *parent) | |||
278 | avefreeb = free_blocks / ngroups; | 278 | avefreeb = free_blocks / ngroups; |
279 | ndirs = percpu_counter_read_positive(&sbi->s_dirs_counter); | 279 | ndirs = percpu_counter_read_positive(&sbi->s_dirs_counter); |
280 | 280 | ||
281 | if ((parent == sb->s_root->d_inode) || | 281 | if ((parent == d_inode(sb->s_root)) || |
282 | (EXT2_I(parent)->i_flags & EXT2_TOPDIR_FL)) { | 282 | (EXT2_I(parent)->i_flags & EXT2_TOPDIR_FL)) { |
283 | struct ext2_group_desc *best_desc = NULL; | 283 | struct ext2_group_desc *best_desc = NULL; |
284 | int best_ndir = inodes_per_group; | 284 | int best_ndir = inodes_per_group; |