io_uring/net: pass in io_kiocb to io_bundle_nbufs()
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Aug 2024 16:38:14 +0000 (10:38 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2024 10:45:30 +0000 (04:45 -0600)
commit4894a9674c8be0fc25b2a44d9e990a0a7afd1e11
tree1f2c8f2a479d70fb3ec04702bd7c61851d13e82d
parent7a689b6b335a433826acbc5206fb96b6302ebce0
io_uring/net: pass in io_kiocb to io_bundle_nbufs()

In preparation for needing the io_kiocb in there, and kmsg can always
be gotten off that in the first place.

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