From: Xiu Jianfeng Date: Mon, 25 Mar 2024 12:22:17 +0000 (+0000) Subject: mm/slub: correct comment in do_slab_free() X-Git-Tag: v6.10-rc1~230^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b062539c4e2f31ff346795ce32012e9e6300d212;p=thirdparty%2Fkernel%2Flinux.git mm/slub: correct comment in do_slab_free() slab_alloc_node() should be __slab_alloc_node(). Signed-off-by: Xiu Jianfeng Signed-off-by: Vlastimil Babka --- diff --git a/mm/slub.c b/mm/slub.c index a9b1337e81c2f..f4fd460854fd5 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -4256,7 +4256,7 @@ redo: 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)) {