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
History
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
File Mode Size
.gitignore -rw-r--r-- 62 bytes
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 4.1 KB
blacklist.c -rw-r--r-- 4.1 KB
blacklist.h -rw-r--r-- 84 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
system_certificates.S -rw-r--r-- 828 bytes
system_keyring.c -rw-r--r-- 8.8 KB

back to top