]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/slab: stop inlining __slab_alloc_node()
authorVlastimil Babka (SUSE) <vbabka@kernel.org>
Wed, 10 Jun 2026 15:40:05 +0000 (17:40 +0200)
committerVlastimil Babka (SUSE) <vbabka@kernel.org>
Mon, 15 Jun 2026 08:50:27 +0000 (10:50 +0200)
commit5fd1c77e97decf78573843f4ad1ea3ddcc1ea102
tree25b085b2c5eb08e1cf7fea1cea8b56d5f75730b9
parentf09b59ae4414b0dc0929cf04cd8243157e0feab6
mm/slab: stop inlining __slab_alloc_node()

With sheaves, this is no longer part of the allocation fastpath.  For
the same reason, also mark the call to it from slab_alloc_node() as
unlikely().

Reviewed-by: Harry Yoo (Oracle) <harry@kernel.org>
Reviewed-by: Hao Li <hao.li@linux.dev>
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Link: https://patch.msgid.link/20260610-slab_alloc_flags-v2-3-7190909db118@kernel.org
Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
mm/slub.c