Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[linux-2.6-microblaze.git] / fs / f2fs / recovery.c
index 695eacf..0465551 100644 (file)
@@ -91,7 +91,8 @@ static struct fsync_inode_entry *add_fsync_inode(struct f2fs_sb_info *sbi,
                        goto err_out;
        }
 
-       entry = f2fs_kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO);
+       entry = f2fs_kmem_cache_alloc(fsync_entry_slab,
+                                       GFP_F2FS_ZERO, true, NULL);
        entry->inode = inode;
        list_add_tail(&entry->list, head);