]> www.infradead.org Git - users/hch/block.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>
Thu, 5 May 2022 23:15:41 +0000 (17:15 -0600)
commit625b277d7729196a93debe97fefa62059ca08eaa
treea2d3f189eef9462d238a4903acd12e97685c48d5
parentb5bbbc0cb0643a8ba70c0df67d411b80298530ad
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