mptcp: use _fast lock version in __mptcp_move_skbs
authorFlorian Westphal <fw@strlen.de>
Tue, 3 Nov 2020 19:05:04 +0000 (11:05 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Nov 2020 01:45:52 +0000 (17:45 -0800)
commit65f49fe72f9e4063b96c78de62f3ff9a3384164e
tree4bed763ce503ed79ee4d451945e627b65407c67f
parent13c7ba0c8494a4fcee9e8cc163ae332d0480bde5
mptcp: use _fast lock version in __mptcp_move_skbs

The function is short and won't sleep, so this can use the _fast version.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c