net: wire up support for file_operations->async_cmd()
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Sep 2021 18:09:07 +0000 (12:09 -0600)
commitc2ba3bd8940ef0b7d1c09adf4bed01acc8171407
tree585e49a73187831055afff6335039193e0376ddb
parentb60afd312942fe71b537ad356d22633cfdf80b5a
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