Skip to content

Commit c94d222

Browse files
cmzxotehcaster
authored andcommitted
mm, slab: fix the comment of cpu partial list
The partial slabs on cpu partial list are not frozen after the commit 8cd3fa4 ("slub: Delay freezing of partial slabs") merged. So fix the comment. Signed-off-by: Chengming Zhou <chengming.zhou@linux.dev> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
1 parent 303cd69 commit c94d222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/slub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ struct kmem_cache_cpu {
391391
};
392392
struct slab *slab; /* The slab from which we are allocating */
393393
#ifdef CONFIG_SLUB_CPU_PARTIAL
394-
struct slab *partial; /* Partially allocated frozen slabs */
394+
struct slab *partial; /* Partially allocated slabs */
395395
#endif
396396
local_lock_t lock; /* Protects the fields above */
397397
#ifdef CONFIG_SLUB_STATS

0 commit comments

Comments
 (0)