]> Git Repo - linux.git/commit
io_uring/net: move send zc fixed buffer import to issue path
authorJens Axboe <[email protected]>
Wed, 16 Oct 2024 13:39:31 +0000 (07:39 -0600)
committerJens Axboe <[email protected]>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit51c967c6c9ea6c4d480e4778ace5243db22aa27b
treef5c1795407cd8a0b1b67683084a19aa06f715b2a
parent1caa00d6b61651e04c04c2b50b3e149f24c6764d
io_uring/net: move send zc fixed buffer import to issue path

Let's keep it close with the actual import, there's no reason to do this
on the prep side. With that, we can drop one of the branches checking
for whether or not IORING_RECVSEND_FIXED_BUF is set.

As a side-effect, get rid of req->imu usage.

Signed-off-by: Jens Axboe <[email protected]>
io_uring/net.c
This page took 0.05324 seconds and 4 git commands to generate.