]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/slub: Move krealloc() and related code to slub.c
authorFeng Tang <feng.tang@intel.com>
Wed, 11 Sep 2024 06:45:33 +0000 (14:45 +0800)
committerVlastimil Babka <vbabka@suse.cz>
Tue, 29 Oct 2024 09:43:23 +0000 (10:43 +0100)
commit1e4df1859ec2d09fdfe184e7a92a476f01f64e34
tree16834662c0eb792de73e6d25a99ca047034a3a6e
parentfb5eda0dfe2256b468fc4e95207a4df88457274f
mm/slub: Move krealloc() and related code to slub.c

This is a preparation for the following refactoring of krealloc(),
for more efficient function calling as it will call some internal
functions defined in slub.c.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/slab_common.c
mm/slub.c