Skip to content
Commit e5493796 authored by Jens Axboe's avatar Jens Axboe
Browse files

net: remove cmsg restriction from io_uring based send/recvmsg calls



No need to restrict these anymore, as the worker threads are direct
clones of the original task. Hence we know for a fact that we can
support anything that the regular task can.

Since the only user of proto_ops->flags was to flag PROTO_CMSG_DATA_ONLY,
kill the member and the flag definition too.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 2587890b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment