mptcp: Only use subflow EOF signaling on fallback connections
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Tue, 28 Jul 2020 22:12:07 +0000 (15:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:02:42 +0000 (17:02 -0700)
commit067a0b3dc52f0f79b9fe64ff8d9bcbb0ffbcf8fc
tree09744dfd1686c371fefb497ae8c65d7f71681c9a
parent43b54c6ee382f026fc93babf5301ec79e1c9614a
mptcp: Only use subflow EOF signaling on fallback connections

The MPTCP state machine handles disconnections on non-fallback connections,
but the mptcp_sock still needs to get notified when fallback subflows
disconnect.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/subflow.c