Commit 721ae22a authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Pekka Enberg

mm, slub: fix the typo in mm/slub.c

Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent a941f836
...@@ -155,7 +155,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) ...@@ -155,7 +155,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s)
/* /*
* Maximum number of desirable partial slabs. * Maximum number of desirable partial slabs.
* The existence of more partial slabs makes kmem_cache_shrink * The existence of more partial slabs makes kmem_cache_shrink
* sort the partial list by the number of objects in the. * sort the partial list by the number of objects in use.
*/ */
#define MAX_PARTIAL 10 #define MAX_PARTIAL 10
...@@ -2849,8 +2849,8 @@ static struct kmem_cache *kmem_cache_node; ...@@ -2849,8 +2849,8 @@ static struct kmem_cache *kmem_cache_node;
* slab on the node for this slabcache. There are no concurrent accesses * slab on the node for this slabcache. There are no concurrent accesses
* possible. * possible.
* *
* Note that this function only works on the kmalloc_node_cache * Note that this function only works on the kmem_cache_node
* when allocating for the kmalloc_node_cache. This is used for bootstrapping * when allocating for the kmem_cache_node. This is used for bootstrapping
* memory on a fresh node that has no slab structures yet. * memory on a fresh node that has no slab structures yet.
*/ */
static void early_kmem_cache_node_alloc(int node) static void early_kmem_cache_node_alloc(int node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment