commit | 5c8264435d4f6a056ac926989a827aba1961e3c8 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sat May 16 10:46:22 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 17 12:35:34 2020 -0700 |
tree | 505375e973820f0d397855dedfff62c943de1695 | |
parent | 17091708d1e503383f20934631305ccb375b0eb1 [diff] |
mptcp: remove inner wait loop from mptcp_sendmsg_frag previous patches made sure we only call into this function when these prerequisites are met, so no need to wait on the subflow socket anymore. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/7 Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>