io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2024 19:52:42 +0000 (13:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2024 17:08:26 +0000 (11:08 -0600)
commit07e52780105719eedeab9419623212d137a044b6
tree1c4f0a629b0294afd59a16330f9b74bd3266265d
parenta40f876ba9fab57fe9bbce0e8becadf5257cdefd
io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()

Now that iovec recycling is being done, the iovec is no longer being
freed in there. Hence the kmsg parameter is now useless.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c