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>
Thu, 21 Jul 2022 14:44:29 +0000 (08:44 -0600)
commit77ae66d7f7ed4d9a68647623582e9c361a59db79
tree6b7dc9d664fad128cb66209b2a401e2cf76f3e98
parent0dc54bfa4883cbf291e7ac868a1972abf61e6cad
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