]> 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)
commit63a39e60895ad69fe8be7df1af0ac0b0d40bbfae
tree1ee1e8a0616831e4800eb46878f11429bd1b8b40
parent6831aba18855a198709fbe84ff201caea43ed6f3
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