]> www.infradead.org Git - users/willy/xarray.git/commit
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, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit003f82b58c99146dfb0c9ce1ee7ed59bc572959b
tree69f111a0aca58873c95f59f65c85cd8b83ed372a
parent892d3e80e1b9fc09aefdfd4d31f10f3d018863a0
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