]> git.itanic.dy.fi Git - linux-stable/commit
io_uring: kill fasync
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 1 Oct 2021 09:39:33 +0000 (10:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Oct 2021 17:16:02 +0000 (11:16 -0600)
commit3f008385d46d3cea4a097d2615cd485f2184ba26
treeff812a23e9792b2b2dc4a7193c1ded7c0adb61ca
parent78f8876c2d9f6fdeb9ff62ed1911505156cd7b3d
io_uring: kill fasync

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>
fs/io_uring.c