commit | fba38c272a0385148935d6443cb9dc68cf1f37a7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 18 12:27:57 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:05 2019 -0700 |
tree | 0c7d7b8b48b83f58c7bd6eef2fa4f3046f37bd75 | |
parent | b0dd8a412699afe3420a08f841333f3474ad45c5 [diff] |
io_uring: request cancellations should break links We currently don't explicitly break links if a request is cancelled, but we should. Add explicitly link breakage for all types of request cancellations that we support. Signed-off-by: Jens Axboe <axboe@kernel.dk>