All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mm/slub: Fix unused function warnings
@ 2017-05-19 21:00 ` Matthias Kaehlcke
  0 siblings, 0 replies; 28+ messages in thread
From: Matthias Kaehlcke @ 2017-05-19 21:00 UTC (permalink / raw)
  To: Christoph Lameter, Pekka Enberg, David Rientjes, Joonsoo Kim,
	Andrew Morton
  Cc: linux-mm, linux-kernel, Matthias Kaehlcke

This series fixes a bunch of warnings about unused functions in SLUB

Matthias Kaehlcke (3):
  mm/slub: Only define kmalloc_large_node_hook() for NUMA systems
  mm/slub: Mark slab_free_hook() as __maybe_unused
  mm/slub: Put tid_to_cpu() and tid_to_event() inside #ifdef block

 mm/slub.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
2.13.0.303.g4ebf302169-goog

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2017-05-26 17:05 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19 21:00 [PATCH 0/3] mm/slub: Fix unused function warnings Matthias Kaehlcke
2017-05-19 21:00 ` Matthias Kaehlcke
2017-05-19 21:00 ` [PATCH 1/3] mm/slub: Only define kmalloc_large_node_hook() for NUMA systems Matthias Kaehlcke
2017-05-19 21:00   ` Matthias Kaehlcke
2017-05-22 20:39   ` David Rientjes
2017-05-22 20:39     ` David Rientjes
2017-05-22 20:56     ` Matthias Kaehlcke
2017-05-22 20:56       ` Matthias Kaehlcke
2017-05-22 21:45       ` Andrew Morton
2017-05-22 21:45         ` Andrew Morton
2017-05-23  1:35         ` David Rientjes
2017-05-23  1:35           ` David Rientjes
2017-05-23 16:56           ` Matthias Kaehlcke
2017-05-23 16:56             ` Matthias Kaehlcke
2017-05-23 17:12             ` Doug Anderson
2017-05-23 17:12               ` Doug Anderson
2017-05-24 20:36             ` David Rientjes
2017-05-24 20:36               ` David Rientjes
2017-05-24 22:09               ` Matthias Kaehlcke
2017-05-24 22:09                 ` Matthias Kaehlcke
2017-05-26 17:05                 ` Doug Anderson
2017-05-26 17:05                   ` Doug Anderson
2017-05-19 21:00 ` [PATCH 2/3] mm/slub: Mark slab_free_hook() as __maybe_unused Matthias Kaehlcke
2017-05-19 21:00   ` Matthias Kaehlcke
2017-05-19 21:00 ` [PATCH 3/3] mm/slub: Put tid_to_cpu() and tid_to_event() inside #ifdef block Matthias Kaehlcke
2017-05-19 21:00   ` Matthias Kaehlcke
2017-05-22 15:24 ` [PATCH 0/3] mm/slub: Fix unused function warnings Christoph Lameter
2017-05-22 15:24   ` Christoph Lameter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.