commit | b416268b7a819c0508ed0dc81461e513b110f2ac | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Jul 07 14:40:48 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 13:02:13 2020 -0700 |
tree | 298bd52fd5dcd4921270cb92952d8d35b857c5fe | |
parent | 847d97e013dc8359312e2376c4805ef9d2a52f64 [diff] |
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>