net: wire up support for file_operations->uring_cmd()
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Mar 2021 15:55:35 +0000 (09:55 -0600)
commitff5f2845e961066566d1eff086807b5b79e8bf9f
tree12b796302e8a765a0367093b8e72bfe5abf7181d
parenta67cb15faa230b3caa05e6edd44f2de4d1ae06a2
net: wire up support for file_operations->uring_cmd()

Pass it through the proto_ops->uring_cmd() handler, so we can plumb it
through all the way to the proto->uring_cmd() handler.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/net.h
include/net/sock.h
net/core/sock.c
net/dccp/ipv4.c
net/ipv4/af_inet.c
net/l2tp/l2tp_ip.c
net/mptcp/protocol.c
net/sctp/protocol.c
net/socket.c