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
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top