OSDN Git Service

io_uring: request cancellations should break links
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Nov 2019 19:27:57 +0000 (12:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 02:56:05 +0000 (19:56 -0700)
commitfba38c272a0385148935d6443cb9dc68cf1f37a7
tree0c7d7b8b48b83f58c7bd6eef2fa4f3046f37bd75
parentb0dd8a412699afe3420a08f841333f3474ad45c5
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>
fs/io_uring.c