io_uring: make io_buffer_select() return the user address directly
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Apr 2022 19:57:23 +0000 (13:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:02 +0000 (06:29 -0600)
commitc54d52c2d6131d112176b26aa97dc5e1af930d6e
tree3aa921fcdf93b79c1f1af07780599f6c0464c531
parent9396ed850f2e0ea286de372968987157aeeca617
io_uring: make io_buffer_select() return the user address directly

There's no point in having callers provide a kbuf, we're just returning
the address anyway.

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