diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 09:36:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 09:36:23 -0700 |
commit | 14577beb8293c187a12d2e78ac6250d5dcec2190 (patch) | |
tree | cca4d8feba497870e3a5936ba2a65c68ce4ddf6b /mm/slob.c | |
parent | 09b9cc44c942256026bf7a63fec2155b8f488899 (diff) | |
parent | e8c500c2b64b6e237e67ecba7249e72363c47047 (diff) | |
download | kernel_samsung_espresso10-14577beb8293c187a12d2e78ac6250d5dcec2190.zip kernel_samsung_espresso10-14577beb8293c187a12d2e78ac6250d5dcec2190.tar.gz kernel_samsung_espresso10-14577beb8293c187a12d2e78ac6250d5dcec2190.tar.bz2 |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case
slab,rcu: don't assume the size of struct rcu_head
slub,rcu: don't assume the size of struct rcu_head
slub: automatically reserve bytes at the end of slab
Lockless (and preemptless) fastpaths for slub
slub: Get rid of slab_free_hook_irq()
slub: min_partial needs to be in first cacheline
slub: fix ksize() build error
slub: fix kmemcheck calls to match ksize() hints
Revert "slab: Fix missing DEBUG_SLAB last user"
mm: Remove support for kmem_cache_name()
Diffstat (limited to 'mm/slob.c')
-rw-r--r-- | mm/slob.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -666,12 +666,6 @@ unsigned int kmem_cache_size(struct kmem_cache *c) } EXPORT_SYMBOL(kmem_cache_size); -const char *kmem_cache_name(struct kmem_cache *c) -{ - return c->name; -} -EXPORT_SYMBOL(kmem_cache_name); - int kmem_cache_shrink(struct kmem_cache *d) { return 0; |