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>
Thu, 25 Mar 2021 17:22:19 +0000 (11:22 -0600)
commitab5709552dea3e75d89520dcdefdfd7b887f53e4
tree23a20cc56cc4f07436a4346f625af62de8ed4c8e
parent10d688d4e1c54c27777a45431344d0dcfffb99e2
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