https://github.com/torvalds/linux
Revision b05a1bcd40184f12f2cd87db79e871aa8c17563f authored by Pavel Begunkov on 04 March 2021, 13:59:24 UTC, committed by Jens Axboe on 04 March 2021, 22:44:50 UTC
Instead of going into request internals, like checking req->file->f_op,
do match them based on REQ_F_INFLIGHT, it's set only when we want it to
be reliably cancelled.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent f012725
Raw File
Tip revision: b05a1bcd40184f12f2cd87db79e871aa8c17563f authored by Pavel Begunkov on 04 March 2021, 13:59:24 UTC
io_uring: cancel-match based on flags
Tip revision: b05a1bc
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top