linux/io_uring
Jens Axboe bd8587e499 io_uring: remove recvmsg knowledge from io_arm_poll_handler()
There's a special case for recvmsg with MSG_ERRQUEUE set. This is
problematic as it means the core needs to know about this special
request type.

For now, just add a generic flag for it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:10 -06:00
..
io_uring.c io_uring: remove recvmsg knowledge from io_arm_poll_handler() 2022-07-24 18:39:10 -06:00
io-wq.c io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
io-wq.h io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
Makefile io_uring: move to separate directory 2022-07-24 18:39:10 -06:00