]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: add alloc_cache.c
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 28 Jan 2025 20:56:11 +0000 (20:56 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Jan 2025 22:10:40 +0000 (15:10 -0700)
commitd19af0e9366298aa60afc0fb51ffcbd6205edcee
tree2fb3f95af2d1e1fc883de333ef05966b12fd9821
parent16ac51a0a7aa051fd3b82fa077597488b5572d41
io_uring: add alloc_cache.c

Avoid inlining all and everything from alloc_cache.h and move cold bits
into a new file.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/06984c6cd58e703f7cfae5ab3067912f9f635a06.1738087204.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/alloc_cache.c [new file with mode: 0644]
io_uring/alloc_cache.h