mm, slab: fix the comment of cpu partial list
authorChengming Zhou <chengming.zhou@linux.dev>
Wed, 21 Feb 2024 12:12:54 +0000 (12:12 +0000)
committerVlastimil Babka <vbabka@suse.cz>
Wed, 21 Feb 2024 15:20:53 +0000 (16:20 +0100)
commitc94d222445c168788a8849413e676fcc256e9479
tree121a5f3eab2a763d751cfa40c92b43c3676b4f6c
parent303cd69394bb01f7ce0ce7509b3bd02f34795c05
mm, slab: fix the comment of cpu partial list

The partial slabs on cpu partial list are not frozen after the commit
8cd3fa428b56 ("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>
mm/slub.c