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>
Mon, 25 Jul 2022 00:39:15 +0000 (18:39 -0600)
commitf337a84d39527a2c46b1230470748d7bd0672ce0
tree6f6d828aa5d8664cff45a1145e10c739c999228e
parent46929b086886ade8302cff6e85ccea66bce0cf98
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