]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/io_uring.c
io_uring: further remove sqpoll limits on opcodes
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 14 May 2021 11:05:46 +0000 (12:05 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 May 2021 12:06:23 +0000 (06:06 -0600)
commit2d74d0421e5afc1e7be7167ffb7eb8b2cf32343a
tree03e563ab49c400a37546a1b8c92bc0770c4f58b7
parent447c19f3b5074409c794b350b10306e1da1ef4ba
io_uring: further remove sqpoll limits on opcodes

There are three types of requests that left disabled for sqpoll, namely
epoll ctx, statx, and resources update. Since SQPOLL task is now closely
mimics a userspace thread, remove the restrictions.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/909b52d70c45636d8d7897582474ea5aab5eed34.1620990306.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c