The patch titled Subject: mm: introduce kv[mz]alloc helpers - f2fs fix up has been removed from the -mm tree. Its filename was mm-introduce-kvalloc-helpers-fix.patch This patch was dropped because it was folded into mm-introduce-kvalloc-helpers.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm: introduce kv[mz]alloc helpers - f2fs fix up f2fs fixup Link: http://lkml.kernel.org/r/20170320163735.332e64b7@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/f2fs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/f2fs/node.c~mm-introduce-kvalloc-helpers-fix fs/f2fs/node.c --- a/fs/f2fs/node.c~mm-introduce-kvalloc-helpers-fix +++ a/fs/f2fs/node.c @@ -2662,7 +2662,7 @@ static int init_free_nid_cache(struct f2 if (!nm_i->nat_block_bitmap) return -ENOMEM; - nm_i->free_nid_count = f2fs_kvzalloc(nm_i->nat_blocks * + nm_i->free_nid_count = kvzalloc(nm_i->nat_blocks * sizeof(unsigned short), GFP_KERNEL); if (!nm_i->free_nid_count) return -ENOMEM; _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-introduce-kvalloc-helpers.patch gfs2-replace-current_time-with-current_time.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html