OSDN Git Service

io_uring: remove unnecessary variable
authorDylan Yudaken <dylany@fb.com>
Tue, 30 Aug 2022 12:50:07 +0000 (05:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Sep 2022 16:30:42 +0000 (10:30 -0600)
commit32d91f0590080597d5fc46c0c36d8885c241622e
tree4c4e2ae5f39ce640e261ed657e586c7bd4fe855a
parent9f0deaa12d832f488500a5afe9b912e9b3cfc432
io_uring: remove unnecessary variable

'running' is set once and read once, so can easily just remove it

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220830125013.570060-2-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c