]> 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)
commitd66996bb3d00ffbcae33795e19093d4aa96bb9ed
tree834f83777e33ebbd8803e347e43a0b85b3125cc3
parent0a714ce7af8b89a642d3c691e8831cb963579635
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