From 90e9938a4a7d43b636b5d35800925c2772ff79cd Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 9 Apr 2018 17:14:57 +0200 Subject: [PATCH] Fix --- root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch | 1 + 1 file changed, 1 insertion(+) 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 103cbc46..f0e60e14 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 @@ -3568,6 +3568,7 @@ index fe11128..f5c905d 100644 - 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;