Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Apr 2020 22:43:20 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Apr 2020 22:43:20 +0000 (15:43 -0700)
Florian Westphal says:

====================
mptcp: fix 'attempt to release socket in state...' splats

These two patches fix error handling corner-cases where
inet_sock_destruct gets called for a mptcp_sk that is not in TCP_CLOSE
state.  This results in unwanted error printks from the network stack.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge