net: wire up support for file_operations->async_cmd()
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Dec 2021 12:46:22 +0000 (18:16 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Dec 2021 16:52:30 +0000 (09:52 -0700)
commit28b71b85831f5dd303acae12cfdc89e5aaae442b
tree6bac20c518f54f5823d67944721ef2f00af52557
parentd11e20acbd93fbbcdaf87e73615cdac53b814eca
net: wire up support for file_operations->async_cmd()

Pass it through the proto_ops->async_cmd() handler, so we can plumb it
through all the way to the proto->async_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