io_uring/kbuf: uninline __io_put_kbufs
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 5 Feb 2025 11:36:49 +0000 (11:36 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Feb 2025 12:34:45 +0000 (05:34 -0700)
commit5d3e51240d89678b87b5dc6987ea572048a0f0eb
treeded888a8b50dddf2a6ff563f201a774bf8c07389
parent54e00d9a612ab93f37f612a5ccd7c0c4f8a31cea
io_uring/kbuf: uninline __io_put_kbufs

__io_put_kbufs() and other helper functions are too large to be inlined,
compilers would normally refuse to do so. Uninline it and move together
with io_kbuf_commit into kbuf.c.

io_kbuf_commitSigned-off-by: Pavel Begunkov <asml.silence@gmail.com>

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/3dade7f55ad590e811aff83b1ec55c9c04e17b2b.1738724373.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h