aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r--fs/ext4/ialloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
index eb9097aec6f0..2fd3b0e41787 100644
--- a/fs/ext4/ialloc.c
+++ b/fs/ext4/ialloc.c
@@ -649,7 +649,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent,
649 *group = parent_group + flex_size; 649 *group = parent_group + flex_size;
650 if (*group > ngroups) 650 if (*group > ngroups)
651 *group = 0; 651 *group = 0;
652 return find_group_orlov(sb, parent, group, mode, 0); 652 return find_group_orlov(sb, parent, group, mode, NULL);
653 } 653 }
654 654
655 /* 655 /*