]> 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)
commit6831aba18855a198709fbe84ff201caea43ed6f3
tree3aa921fcdf93b79c1f1af07780599f6c0464c531
parent945591f5602092e58d1b76fa42426f086ff017fc
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