aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/slab_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/slab_common.c b/mm/slab_common.c
index 12637cee1f95..aa3ca5bb01b5 100644
--- a/mm/slab_common.c
+++ b/mm/slab_common.c
@@ -98,7 +98,9 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size, size_t align
98 98
99 s = __kmem_cache_create(name, size, align, flags, ctor); 99 s = __kmem_cache_create(name, size, align, flags, ctor);
100 100
101#ifdef CONFIG_DEBUG_VM
101oops: 102oops:
103#endif
102 mutex_unlock(&slab_mutex); 104 mutex_unlock(&slab_mutex);
103 put_online_cpus(); 105 put_online_cpus();
104 106