diff options
| author | Pavel Begunkov <asml.silence@gmail.com> | 2025-01-28 20:56:11 +0000 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-01-28 15:10:40 -0700 |
| commit | d19af0e9366298aa60afc0fb51ffcbd6205edcee (patch) | |
| tree | 2fb3f95af2d1e1fc883de333ef05966b12fd9821 /io_uring/Makefile | |
| parent | 16ac51a0a7aa051fd3b82fa077597488b5572d41 (diff) | |
| download | linux-d19af0e9366298aa60afc0fb51ffcbd6205edcee.tar.gz linux-d19af0e9366298aa60afc0fb51ffcbd6205edcee.tar.bz2 linux-d19af0e9366298aa60afc0fb51ffcbd6205edcee.zip | |
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>
Diffstat (limited to 'io_uring/Makefile')
| -rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 53167bef37d7..d695b60dba4f 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -13,7 +13,7 @@ obj-$(CONFIG_IO_URING) += io_uring.o opdef.o kbuf.o rsrc.o notif.o \ sync.o msg_ring.o advise.o openclose.o \ epoll.o statx.o timeout.o fdinfo.o \ cancel.o waitid.o register.o \ - truncate.o memmap.o + truncate.o memmap.o alloc_cache.o obj-$(CONFIG_IO_WQ) += io-wq.o obj-$(CONFIG_FUTEX) += futex.o obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o |
