diff options
author | Christoph Lameter <cl@linux.com> | 2011-01-20 11:12:26 -0600 |
---|---|---|
committer | Pekka Enberg <penberg@kernel.org> | 2011-01-23 21:00:05 +0200 |
commit | 63310467a3d1ed6a0460ec1f4268126cd1ceec2e (patch) | |
tree | f5bf7e48fe119bffe1111b50767280c4af310505 /include/linux/slab.h | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 (diff) | |
download | talos-obmc-linux-63310467a3d1ed6a0460ec1f4268126cd1ceec2e.tar.gz talos-obmc-linux-63310467a3d1ed6a0460ec1f4268126cd1ceec2e.zip |
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 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index fa9086647eb7..ad4dd1c8d30a 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -105,7 +105,6 @@ void kmem_cache_destroy(struct kmem_cache *); int kmem_cache_shrink(struct kmem_cache *); void kmem_cache_free(struct kmem_cache *, void *); unsigned int kmem_cache_size(struct kmem_cache *); -const char *kmem_cache_name(struct kmem_cache *); /* * Please use this macro to create slab caches. Simply specify the |