Commit b062539c authored by Xiu Jianfeng's avatar Xiu Jianfeng Committed by Vlastimil Babka

mm/slub: correct comment in do_slab_free()

slab_alloc_node() should be __slab_alloc_node().
Signed-off-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent b1080c66
......@@ -4256,7 +4256,7 @@ static __always_inline void do_slab_free(struct kmem_cache *s,
c = raw_cpu_ptr(s->cpu_slab);
tid = READ_ONCE(c->tid);
/* Same with comment on barrier() in slab_alloc_node() */
/* Same with comment on barrier() in __slab_alloc_node() */
barrier();
if (unlikely(slab != c->slab)) {
......
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