diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2025-02-05 14:36:49 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-02-17 15:34:45 +0300 |
commit | 5d3e51240d89678b87b5dc6987ea572048a0f0eb (patch) | |
tree | ded888a8b50dddf2a6ff563f201a774bf8c07389 /scripts/generate_rust_analyzer.py | |
parent | 54e00d9a612ab93f37f612a5ccd7c0c4f8a31cea (diff) | |
download | linux-5d3e51240d89678b87b5dc6987ea572048a0f0eb.tar.xz |
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>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions