]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: add an option to cancel all matched reqs
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 15 Jun 2020 07:24:03 +0000 (10:24 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Jun 2020 14:51:34 +0000 (08:51 -0600)
commitb951411ef82b0ebf64ebff8185064c43718ead25
treebd0d4937c3b984578e97b96d08c93a1442b0c077
parent16084326ca61c7a9a596ad8b359c38c82a3253a3
io-wq: add an option to cancel all matched reqs

This adds support for cancelling all io-wq works matching a predicate.
It isn't used yet, so no change in observable behaviour.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io-wq.h
fs/io_uring.c