]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6e0770b1a6034a8493c1ef9430312b098104ece3
tree834f83777e33ebbd8803e347e43a0b85b3125cc3
parent56b4f01654b8757147b92a89b451f355acc6d527
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