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>
Mon, 12 Jul 2021 17:29:13 +0000 (11:29 -0600)
commit5d205dc0b9a052db569e851b1509801fec861a06
tree6e02c2fc4a6ecd940c234931d5dbdf3c2c229086
parenta99e3f2b97415be2756442d48ddfa35085412d3a
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