net: remove cmsg restriction from io_uring based send/recvmsg calls
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Feb 2021 17:14:21 +0000 (10:14 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Feb 2021 17:02:35 +0000 (10:02 -0700)
commit0ed35371334de739d8a3293408be41f97a8f93bf
tree1edc259fd41517f2a55a9daac9146272161f9ad0
parentfa2ab30fbca8fcb2802d50827bd1eed5d5654c40
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.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
net/socket.c