]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: kill io_rw_buffer_select() wrapper
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Apr 2022 20:02:49 +0000 (14:02 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:06 +0000 (06:29 -0600)
commit54f90b68994db228aedce6cc0341d1f66fd93cce
tree1ee1e8a0616831e4800eb46878f11429bd1b8b40
parent22f22402e13f847cce972c8524ceadd4bb7db85b
io_uring: kill io_rw_buffer_select() wrapper

After the recent changes, this is direct call to io_buffer_select()
anyway. With this change, there are no wrappers left for provided
buffer selection.

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