Commit c94d2224 authored by Chengming Zhou's avatar Chengming Zhou Committed by Vlastimil Babka

mm, slab: fix the comment of cpu partial list

The partial slabs on cpu partial list are not frozen after the commit
8cd3fa42 ("slub: Delay freezing of partial slabs") merged. So fix
the comment.
Signed-off-by: default avatarChengming Zhou <chengming.zhou@linux.dev>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent 303cd693
......@@ -391,7 +391,7 @@ struct kmem_cache_cpu {
};
struct slab *slab; /* The slab from which we are allocating */
#ifdef CONFIG_SLUB_CPU_PARTIAL
struct slab *partial; /* Partially allocated frozen slabs */
struct slab *partial; /* Partially allocated slabs */
#endif
local_lock_t lock; /* Protects the fields above */
#ifdef CONFIG_SLUB_STATS
......
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