OSDN Git Service

mptcp: remove mptcp_read_actor
authorFlorian Westphal <fw@strlen.de>
Wed, 26 Feb 2020 09:14:50 +0000 (10:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 04:46:26 +0000 (20:46 -0800)
commitbfae9dae449d5eeb196a071fe4720504362672b4
tree716597da8cac7b67a7632a4f2c78b8b371e3940a
parent600911ff5f72baeac3fc6a9532ec8ba949cd818a
mptcp: remove mptcp_read_actor

Only used to discard stale data from the subflow, so move
it where needed.

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/protocol.c
net/mptcp/protocol.h
net/mptcp/subflow.c