net: remove cmsg restriction from io_uring based send/recvmsg calls
[ Upstream commit e5493796 ] 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:Jens Axboe <axboe@kernel.dk> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
-
mentioned in commit a2b8beeb
-
mentioned in commit 775dd3c5
-
mentioned in commit 0222b139
-
mentioned in commit b21b11aa
-
mentioned in commit eddf22bd
-
mentioned in commit 1ed9056d
-
mentioned in commit 17d0e50a
-
mentioned in commit 959d6362
-
mentioned in commit d369ac0b
-
mentioned in commit 4b17dea7
-
mentioned in commit 551e8ab6
-
mentioned in commit ed8fa145
-
mentioned in commit 781c48f9
-
mentioned in commit 47e48069
-
mentioned in commit ae670218
Please sign in to comment