io_uring: opcode independent fixed buf import
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 20 Jun 2022 00:25:58 +0000 (01:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:32:34 +0000 (11:32 -0600)
commit1cb54ef235312a7d8206f5b4b7ba64521e8bb08f
treec76f7bfe278b8d43e09297043abc0a2e1b2cd17b
parentb099fe49222ec2a5717d8c85dfc835f88c4d6f0e
io_uring: opcode independent fixed buf import

Fixed buffers are generic infrastructure, make io_import_fixed() opcode
agnostic.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b1e765c8a1c2c913a05a28d2399fc53e1d3cf37a.1655684496.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c