mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
Update MPTCP patch for 4.14 kernel
This commit is contained in:
parent
9665df74ca
commit
fb029da970
1 changed files with 2 additions and 1 deletions
|
@ -3561,13 +3561,14 @@ index fe11128..f5c905d 100644
|
||||||
|
|
||||||
if (!sock_flag(sk, SOCK_DEAD)) {
|
if (!sock_flag(sk, SOCK_DEAD)) {
|
||||||
sk->sk_err = err;
|
sk->sk_err = err;
|
||||||
@@ -3443,9 +3686,9 @@ int tcp_abort(struct sock *sk, int err)
|
@@ -3443,10 +3686,10 @@ int tcp_abort(struct sock *sk, int err)
|
||||||
tcp_done(sk);
|
tcp_done(sk);
|
||||||
}
|
}
|
||||||
|
|
||||||
- bh_unlock_sock(sk);
|
- bh_unlock_sock(sk);
|
||||||
+ bh_unlock_sock(meta_sk);
|
+ bh_unlock_sock(meta_sk);
|
||||||
local_bh_enable();
|
local_bh_enable();
|
||||||
|
tcp_write_queue_purge(sk);
|
||||||
- release_sock(sk);
|
- release_sock(sk);
|
||||||
+ release_sock(meta_sk);
|
+ release_sock(meta_sk);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue