mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-introduce-kvalloc-helpers-fix.patch removed from -mm tree
@ 2017-05-08 22:46 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-05-08 22:46 UTC (permalink / raw)
  To: sfr, jaegeuk, mhocko, mm-commits


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@canb.auug.org.au>
Subject: mm: introduce kv[mz]alloc helpers - f2fs fix up

f2fs fixup

Link: http://lkml.kernel.org/r/20170320163735.332e64b7@canb.auug.org.au
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@canb.auug.org.au are

mm-introduce-kvalloc-helpers.patch
gfs2-replace-current_time-with-current_time.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-08 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 22:46 [folded-merged] mm-introduce-kvalloc-helpers-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).