mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-vmalloc-fix-vmalloc-users-tracking-properly-fix.patch removed from -mm tree
@ 2017-05-12 22:41 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-05-12 22:41 UTC (permalink / raw)
  To: mhocko, mm-commits


The patch titled
     Subject: mm-vmalloc-fix-vmalloc-users-tracking-properly-fix
has been removed from the -mm tree.  Its filename was
     mm-vmalloc-fix-vmalloc-users-tracking-properly-fix.patch

This patch was dropped because it was folded into mm-vmalloc-fix-vmalloc-users-tracking-properly.patch

------------------------------------------------------
From: Michal Hocko <mhocko@kernel.org>
Subject: mm-vmalloc-fix-vmalloc-users-tracking-properly-fix

I've noticed that I forgot to revert the comment for the originally
inlined __vmalloc_node_flags which is no longer relevant.

Link: http://lkml.kernel.org/r/20170509211054.GB16325@dhcp22.suse.cz

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/vmalloc.h |    5 -----
 1 file changed, 5 deletions(-)

diff -puN include/linux/vmalloc.h~mm-vmalloc-fix-vmalloc-users-tracking-properly-fix include/linux/vmalloc.h
--- a/include/linux/vmalloc.h~mm-vmalloc-fix-vmalloc-users-tracking-properly-fix
+++ a/include/linux/vmalloc.h
@@ -87,11 +87,6 @@ static inline void *__vmalloc_node_flags
 	return __vmalloc_node_flags(size, node, flags);
 }
 #else
-/*
- * We really want to have this inlined due to caller tracking. This
- * function is used by the highlevel vmalloc apis and so we want to track
- * their callers and inlining will achieve that.
- */
 extern void *__vmalloc_node_flags_caller(unsigned long size,
 					int node, gfp_t flags, void* caller);
 #endif
_

Patches currently in -mm which might be from mhocko@kernel.org are

mm-vmalloc-fix-vmalloc-users-tracking-properly.patch


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 22:41 [folded-merged] mm-vmalloc-fix-vmalloc-users-tracking-properly-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).