Skip to content

Commit 690b1c6

Browse files
committed
tgupdate: merge t/upstream base into t/upstream
2 parents 76896cb + bc6dbeb commit 690b1c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

net/mptcp/protocol.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,13 +2518,6 @@ static void __mptcp_close_ssk(struct sock *sk, struct sock *ssk,
25182518
subflow->lent_mem_frag = 0;
25192519
}
25202520

2521-
/* Do not pass RX data to the msk, even if the subflow socket is not
2522-
* going to be freed (i.e. even for the first subflow on graceful
2523-
* subflow close.
2524-
*/
2525-
lock_sock_nested(ssk, SINGLE_DEPTH_NESTING);
2526-
subflow->closing = 1;
2527-
25282521
/* If the first subflow moved to a close state before accept, e.g. due
25292522
* to an incoming reset or listener shutdown, the subflow socket is
25302523
* already deleted by inet_child_forget() and the mptcp socket can't

0 commit comments

Comments
 (0)