diff options
Diffstat (limited to 'mm/slob.c')
-rw-r--r-- | mm/slob.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -620,11 +620,10 @@ int __kmem_cache_shutdown(struct kmem_cache *c) | |||
620 | return 0; | 620 | return 0; |
621 | } | 621 | } |
622 | 622 | ||
623 | int kmem_cache_shrink(struct kmem_cache *d) | 623 | int __kmem_cache_shrink(struct kmem_cache *d) |
624 | { | 624 | { |
625 | return 0; | 625 | return 0; |
626 | } | 626 | } |
627 | EXPORT_SYMBOL(kmem_cache_shrink); | ||
628 | 627 | ||
629 | struct kmem_cache kmem_cache_boot = { | 628 | struct kmem_cache kmem_cache_boot = { |
630 | .name = "kmem_cache", | 629 | .name = "kmem_cache", |