]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22f22402e13f847cce972c8524ceadd4bb7db85b
tree3aa921fcdf93b79c1f1af07780599f6c0464c531
parent881eb3697cdfc8b82fe146e255650a3f346c305b
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