From 1d2d6840cb7ad24607b738b753b986d8f200fd01 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 9 Apr 2018 15:15:45 +0200 Subject: [PATCH] Fix mptcp patch --- root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch b/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch index cdbbc4d4..103cbc46 100644 --- a/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch +++ b/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch @@ -3561,14 +3561,13 @@ index fe11128..f5c905d 100644 if (!sock_flag(sk, SOCK_DEAD)) { sk->sk_err = err; -@@ -3443,10 +3686,10 @@ int tcp_abort(struct sock *sk, int err) +@@ -3443,9 +3686,9 @@ int tcp_abort(struct sock *sk, int err) tcp_done(sk); } - bh_unlock_sock(sk); + bh_unlock_sock(meta_sk); local_bh_enable(); - tcp_write_queue_purge(sk); - release_sock(sk); + release_sock(meta_sk); return 0;