io_uring/rw: get rid of using req->imu
authorJens Axboe <axboe@kernel.dk>
Wed, 16 Oct 2024 21:49:49 +0000 (15:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Oct 2024 13:31:13 +0000 (07:31 -0600)
commit2eb0ef7afdf5aa886ce3cf2200cd5e72a0404ebb
tree12549560bae167f0b1838745a859e23df8304823
parent6425fa6b4323efc65588748f311c9d9c9cf9138d
io_uring/rw: get rid of using req->imu

It's assigned in the same function that it's being used, get rid of
it. A local variable will do just fine.

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