aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 0b0550ca85b4..7ea765cd7e93 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2332,7 +2332,7 @@ out:
2332 return nr_freed; 2332 return nr_freed;
2333} 2333}
2334 2334
2335int __kmem_cache_shrink(struct kmem_cache *cachep, bool deactivate) 2335int __kmem_cache_shrink(struct kmem_cache *cachep)
2336{ 2336{
2337 int ret = 0; 2337 int ret = 0;
2338 int node; 2338 int node;
@@ -2352,7 +2352,7 @@ int __kmem_cache_shrink(struct kmem_cache *cachep, bool deactivate)
2352 2352
2353int __kmem_cache_shutdown(struct kmem_cache *cachep) 2353int __kmem_cache_shutdown(struct kmem_cache *cachep)
2354{ 2354{
2355 return __kmem_cache_shrink(cachep, false); 2355 return __kmem_cache_shrink(cachep);
2356} 2356}
2357 2357
2358void __kmem_cache_release(struct kmem_cache *cachep) 2358void __kmem_cache_release(struct kmem_cache *cachep)