]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
authorchenqiwu <chenqiwu@xiaomi.com>
Thu, 2 Apr 2020 04:04:19 +0000 (21:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Apr 2020 16:35:26 +0000 (09:35 -0700)
commitbbd4e305e373a7885bec0dbc285e6dde1b941523
tree576e1a8e27d2b1c415133f7d047166eb645ebd2a
parent4c7ba22e4c2dcbffd9618ea79465cedcc403ce62
mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs

There are slub_cpu_partial() and slub_set_cpu_partial() APIs to wrap
kmem_cache->cpu_partial.  This patch will use the two APIs to replace
kmem_cache->cpu_partial in slub code.

Signed-off-by: chenqiwu <chenqiwu@xiaomi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Link: http://lkml.kernel.org/r/1582079562-17980-1-git-send-email-qiwuchen55@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c