commit | 75e908c33615999abe1f3a8429d25dea30d28e4e | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Mon Jun 21 15:54:34 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 22 09:57:45 2021 -0700 |
tree | 834f83777e33ebbd8803e347e43a0b85b3125cc3 | |
parent | 8ce568ed06ce4ca38c0b67d8de9b8d75b731f90a [diff] |
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>