mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
mm/slab.c: update outdated kmem_list3 in a comment
kmem_list3 has been renamed to kmem_cache_node long long ago so update it. References:6744f087ba("slab: Common name for the per node structures")ce8eb6c424("slab: Rename list3/l3 to node") Signed-off-by: Xiao Yang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Pekka Enberg <[email protected]> Cc: Christoph Lameter <[email protected]> Cc: David Rientjes <[email protected]> Cc: Joonsoo Kim <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
This commit is contained in:
committed by
Linus Torvalds
parent
444050990d
commit
221503e128
@@ -1060,7 +1060,7 @@ int slab_prepare_cpu(unsigned int cpu)
|
||||
* offline.
|
||||
*
|
||||
* Even if all the cpus of a node are down, we don't free the
|
||||
* kmem_list3 of any cache. This to avoid a race between cpu_down, and
|
||||
* kmem_cache_node of any cache. This to avoid a race between cpu_down, and
|
||||
* a kmalloc allocation from another cpu for memory from the node of
|
||||
* the cpu going down. The list3 structure is usually allocated from
|
||||
* kmem_cache_create() and gets destroyed at kmem_cache_destroy().
|
||||
|
||||
Reference in New Issue
Block a user