aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
authorChristoph Lameter <cl@linux.com>2011-01-20 12:12:26 -0500
committerPekka Enberg <penberg@kernel.org>2011-01-23 14:00:05 -0500
commit63310467a3d1ed6a0460ec1f4268126cd1ceec2e (patch)
treef5bf7e48fe119bffe1111b50767280c4af310505 /mm/slub.c
parent1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 (diff)
mm: Remove support for kmem_cache_name()
The last user was ext4 and Eric Sandeen removed the call in a recent patch. See the following URL for the discussion: http://marc.info/?l=linux-ext4&m=129546975702198&w=2 Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mm/slub.c b/mm/slub.c
index e15aa7f193c9..d2f343a54bad 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2399,12 +2399,6 @@ unsigned int kmem_cache_size(struct kmem_cache *s)
2399} 2399}
2400EXPORT_SYMBOL(kmem_cache_size); 2400EXPORT_SYMBOL(kmem_cache_size);
2401 2401
2402const char *kmem_cache_name(struct kmem_cache *s)
2403{
2404 return s->name;
2405}
2406EXPORT_SYMBOL(kmem_cache_name);
2407
2408static void list_slab_objects(struct kmem_cache *s, struct page *page, 2402static void list_slab_objects(struct kmem_cache *s, struct page *page,
2409 const char *text) 2403 const char *text)
2410{ 2404{