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)
commitb416268b7a819c0508ed0dc81461e513b110f2ac
tree298bd52fd5dcd4921270cb92952d8d35b857c5fe
parent847d97e013dc8359312e2376c4805ef9d2a52f64
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