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)
commite5b003495e934321f78ba1f95e48da4a8c3a3a35
tree1ee1e8a0616831e4800eb46878f11429bd1b8b40
parentc54d52c2d6131d112176b26aa97dc5e1af930d6e
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