io_uring: let fast poll support multishot
authorHao Xu <howeyxu@tencent.com>
Sat, 14 May 2022 14:20:45 +0000 (22:20 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 14 May 2022 14:34:22 +0000 (08:34 -0600)
commitdbc2564cfe0faff439dc46adb8c009589054ea46
tree31224567508f9b34ec106bd5f94415fe8c79aec3
parent227685ebfaba0bc7e2ddc47cef4556050b6d7a8f
io_uring: let fast poll support multishot

For operations like accept, multishot is a useful feature, since we can
reduce a number of accept sqe. Let's integrate it to fast poll, it may
be good for other operations in the future.

Signed-off-by: Hao Xu <howeyxu@tencent.com>
Link: https://lore.kernel.org/r/20220514142046.58072-4-haoxu.linux@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c