]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "mptcp: add data lock for sk timers"
authorPaolo Abeni <pabeni@redhat.com>
Sat, 14 May 2022 00:21:14 +0000 (17:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 16 May 2022 20:11:31 +0000 (13:11 -0700)
commitb6ce66056aa61dc9a1d115eb985de546d42a50d8
treead8e939e85a96e306bf9984e4e42f439a37c4ffd
parent6d7f9000cd65f7b81c48f9d505de6543dd8f6285
Revert "mptcp: add data lock for sk timers"

This reverts commit 2b58adbf189ec9c5b3b2c3f7fc73e2a3a0c11300.

Additional locks are not needed, all the touched sections
are already under mptcp socket lock protection.

Fixes: 2b58adbf189e ("mptcp: add data lock for sk timers")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c