]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: use mptcp worker for path management
authorFlorian Westphal <fw@strlen.de>
Tue, 7 Jul 2020 12:40:48 +0000 (14:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 20:02:13 +0000 (13:02 -0700)
commit2e307e0aab539884fb3a21d7d45dba93d88f5475
tree298bd52fd5dcd4921270cb92952d8d35b857c5fe
parent070463311c3460c58c5e2f2072a75fad46d9c67e
mptcp: use mptcp worker for path management

We can re-use the existing work queue to handle path management
instead of a dedicated work queue.  Just move pm_worker to protocol.c,
call it from the mptcp worker and get rid of the msk lock (already held).

Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/pm.c
net/mptcp/protocol.c
net/mptcp/protocol.h