commit | d052d1d685f5125249ab4ff887562c88ba959638 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Mar 11 10:49:20 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 11 10:49:20 2021 -0700 |
tree | 46acca647cf9277efe8a50c322a02060b75db348 | |
parent | 5c2469e0a22e035d52f3ba768151cc75e3d4a1cd [diff] |
io_uring: perform IOPOLL reaping if canceler is thread itself We bypass IOPOLL completion polling (and reaping) for the SQPOLL thread, but if it's the thread itself invoking cancelations, then we still need to perform it or no one will. Fixes: 9936c7c2bc76 ("io_uring: deduplicate core cancellations sequence") Signed-off-by: Jens Axboe <axboe@kernel.dk>