mptcp: use fast lock for subflows when possible
authorPaolo Abeni <pabeni@redhat.com>
Mon, 21 Jun 2021 22:54:34 +0000 (15:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 16:57:45 +0000 (09:57 -0700)
commit75e908c33615999abe1f3a8429d25dea30d28e4e
tree834f83777e33ebbd8803e347e43a0b85b3125cc3
parent8ce568ed06ce4ca38c0b67d8de9b8d75b731f90a
mptcp: use fast lock for subflows when possible

There are a bunch of callsite where the ssk socket
lock is acquired using the full-blown version eligible for
the fast variant. Let's move to the latter.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/pm_netlink.c
net/mptcp/protocol.c