diff options
Diffstat (limited to 'fs/f2fs/debug.c')
-rw-r--r-- | fs/f2fs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 674f9bbe98d9..a66107b5cfff 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c | |||
@@ -439,7 +439,7 @@ int f2fs_build_stats(struct f2fs_sb_info *sbi) | |||
439 | struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi); | 439 | struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi); |
440 | struct f2fs_stat_info *si; | 440 | struct f2fs_stat_info *si; |
441 | 441 | ||
442 | si = kzalloc(sizeof(struct f2fs_stat_info), GFP_KERNEL); | 442 | si = f2fs_kzalloc(sbi, sizeof(struct f2fs_stat_info), GFP_KERNEL); |
443 | if (!si) | 443 | if (!si) |
444 | return -ENOMEM; | 444 | return -ENOMEM; |
445 | 445 | ||