https://github.com/torvalds/linux
Revision 3f008385d46d3cea4a097d2615cd485f2184ba26 authored by Pavel Begunkov on 01 October 2021, 09:39:33 UTC, committed by Jens Axboe on 01 October 2021, 17:16:02 UTC
We have never supported fasync properly, it would only fire when there
is something polling io_uring making it useless. The original support came
in through the initial io_uring merge for 5.1. Since it's broken and
nobody has reported it, get rid of the fasync bits.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/2f7ca3d344d406d34fa6713824198915c41cea86.1633080236.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 78f8876
Raw File
Tip revision: 3f008385d46d3cea4a097d2615cd485f2184ba26 authored by Pavel Begunkov on 01 October 2021, 09:39:33 UTC
io_uring: kill fasync
Tip revision: 3f00838
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