io_uring: never call io_buffer_select() for a buffer re-select
authorJens Axboe <axboe@kernel.dk>
Sat, 30 Apr 2022 18:16:40 +0000 (12:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:06 +0000 (06:29 -0600)
commitb66e65f41426ec82b92ad4d9a752802bf9e2e383
tree95ec19e9a4426515280336603a90b1c6bb7757f8
parent9cfc7e94e42be9c73072606b84d4574a0a2ec270
io_uring: never call io_buffer_select() for a buffer re-select

Callers already have room to store the addr and length information,
clean it up by having the caller just assign the previously provided
data.

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