diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1666,7 +1666,7 @@ int kmem_cache_destroy(kmem_cache_t * cachep) | |||
1666 | } | 1666 | } |
1667 | 1667 | ||
1668 | if (unlikely(cachep->flags & SLAB_DESTROY_BY_RCU)) | 1668 | if (unlikely(cachep->flags & SLAB_DESTROY_BY_RCU)) |
1669 | synchronize_kernel(); | 1669 | synchronize_rcu(); |
1670 | 1670 | ||
1671 | /* no cpu_online check required here since we clear the percpu | 1671 | /* no cpu_online check required here since we clear the percpu |
1672 | * array on cpu offline and set this to NULL. | 1672 | * array on cpu offline and set this to NULL. |