commit | efdf518459b17e18a93c7c9cb622fd3051dabd0c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Jan 18 19:22:32 2022 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 18 19:27:59 2022 -0700 |
tree | bcb920b57522ce127f22340ad96dd0c967d97f41 | |
parent | 36e4c58bf044b07204c8c7e6dd7c2384e439921a [diff] |
io-wq: perform both unstarted and started work cancelations in one go Rather than split these into two separate lookups and matches, combine them into one loop. This will become important when we can guarantee that we don't have a window where a pending work item isn't discoverable in either state. Signed-off-by: Jens Axboe <axboe@kernel.dk>