Skip to content

Commit

Permalink
tgupdate: merge t/DO-NOT-MERGE-mptcp-use-kmalloc-on-kasan-build base …
Browse files Browse the repository at this point in the history
…into t/DO-NOT-MERGE-mptcp-use-kmalloc-on-kasan-build
  • Loading branch information
matttbe committed Feb 23, 2023
2 parents 4249d7e + 724633a commit 72d5522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mptcp/subflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ void mptcp_subflow_reset(struct sock *ssk)
/* must hold: tcp_done() could drop last reference on parent */
sock_hold(sk);

tcp_set_state(ssk, TCP_CLOSE);
tcp_send_active_reset(ssk, GFP_ATOMIC);
tcp_done(ssk);
if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &mptcp_sk(sk)->flags) &&
Expand Down

0 comments on commit 72d5522

Please sign in to comment.