io_uring/rsrc: don't assign bvec twice in io_import_fixed()
authorJens Axboe <axboe@kernel.dk>
Wed, 16 Oct 2024 21:04:55 +0000 (15:04 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Oct 2024 18:42:13 +0000 (12:42 -0600)
commita047fce775cfd2ee395fcfb29a5e8fd4cc6638a8
tree17bc4da9a200253a64d25d9b336d471fc349a1d4
parent525b26d3647037195dae188b6d706eed1fa9e5fb
io_uring/rsrc: don't assign bvec twice in io_import_fixed()

iter->bvec is already set to imu->bvec - remove the one dead assignment
and turn the other one into an addition instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.c