diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2520,7 +2520,7 @@ EXPORT_SYMBOL(kmem_cache_shrink); | |||
2520 | * kmem_cache_destroy - delete a cache | 2520 | * kmem_cache_destroy - delete a cache |
2521 | * @cachep: the cache to destroy | 2521 | * @cachep: the cache to destroy |
2522 | * | 2522 | * |
2523 | * Remove a struct kmem_cache object from the slab cache. | 2523 | * Remove a &struct kmem_cache object from the slab cache. |
2524 | * | 2524 | * |
2525 | * It is expected this function will be called by a module when it is | 2525 | * It is expected this function will be called by a module when it is |
2526 | * unloaded. This will remove the cache completely, and avoid a duplicate | 2526 | * unloaded. This will remove the cache completely, and avoid a duplicate |