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>
Loading
Please sign in to comment
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>