io_uring/kbuf: have io_provided_buffers_select() take buf_sel_arg
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Aug 2024 16:36:01 +0000 (10:36 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2024 10:45:30 +0000 (04:45 -0600)
commit7a689b6b335a433826acbc5206fb96b6302ebce0
treeb16f2c1a1a47dc4970d76b73f5bf4db255dbede6
parent76c33346d610889364c1120cd5677c67e82077c2
io_uring/kbuf: have io_provided_buffers_select() take buf_sel_arg

Rather than pass in the iovec in both spots, pass in the buf_sel_arg
struct pointer directly. In preparation for needing more of this
selection struct off that path.

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