commit | ff5771613cd7b3a76cd16cb54aa81d30d3c11d48 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Oct 20 23:50:27 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 21 16:37:56 2020 -0600 |
tree | 96fcbc16ad16a94217a14cda06363e28068fe560 | |
parent | 69228338c9c3f0519f0daeca362a730130211c83 [diff] |
io_uring: don't reuse linked_timeout Clear linked_timeout for next requests in __io_queue_sqe() so we won't queue it up unnecessary when it's going to be punted. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Cc: stable@vger.kernel.org # v5.9 Signed-off-by: Jens Axboe <axboe@kernel.dk>