Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1645950 > unrolled thread

[PATCH 0/3] mm/slub: Fix unused function warnings

Started byMatthias Kaehlcke <mka@chromium.org>
First post2017-05-19 23:10 +0200
Last post2017-05-22 17:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] mm/slub: Fix unused function warnings Matthias Kaehlcke <mka@chromium.org> - 2017-05-19 23:10 +0200
    Re: [PATCH 0/3] mm/slub: Fix unused function warnings Christoph Lameter <cl@linux.com> - 2017-05-22 17:30 +0200

#1645950 — [PATCH 0/3] mm/slub: Fix unused function warnings

FromMatthias Kaehlcke <mka@chromium.org>
Date2017-05-19 23:10 +0200
Subject[PATCH 0/3] mm/slub: Fix unused function warnings
Message-ID<tIXjP-7UF-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1647037

FromChristoph Lameter <cl@linux.com>
Date2017-05-22 17:30 +0200
Message-ID<tJXrr-7oA-11@gated-at.bofh.it>
In reply to#1645950
On Fri, 19 May 2017, Matthias Kaehlcke wrote:

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

Looks ok to me.

Acked-by: Christoph Lameter <cl@linux.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web