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>
Wed, 5 Feb 2025 15:52:15 +0000 (08:52 -0700)
commit641492f1733609b7abebf74ea9ebba6c29b84e79
treecadc3926ba61a162749c5679619c855ee96e26b6
parent3d692b5b37fc755eb35881c0f612ed6f00ac7b11
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