X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Ff2fs%2Frecovery.c;h=04655511d7f514593d388ef88bd6ac4be17b4988;hb=2e5fd489a4e5fcc97b035c03ace724c1d481a4c1;hp=695eacfe776c9d133b2476eaded910b5aa4ee79a;hpb=50ddcdb2635c82e195a2557341d759c5b9419bf1;p=linux-2.6-microblaze.git diff --git a/fs/f2fs/recovery.c b/fs/f2fs/recovery.c index 695eacfe776c..04655511d7f5 100644 --- a/fs/f2fs/recovery.c +++ b/fs/f2fs/recovery.c @@ -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);