projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1080c6
)
mm/slub: correct comment in do_slab_free()
author
Xiu Jianfeng
<xiujianfeng@huawei.com>
Mon, 25 Mar 2024 12:22:17 +0000
(12:22 +0000)
committer
Vlastimil Babka
<vbabka@suse.cz>
Thu, 4 Apr 2024 15:54:49 +0000
(17:54 +0200)
slab_alloc_node() should be __slab_alloc_node().
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/slub.c
patch
|
blob
|
history
diff --git
a/mm/slub.c
b/mm/slub.c
index a9b1337e81c2fab53f5708241204ea39d961af7c..f4fd460854fd511328cc9417fde86085d123b3d4 100644
(file)
--- 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)) {