aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tls/tls_device.c')
-rw-r--r--net/tls/tls_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tls/tls_device.c b/net/tls/tls_device.c
index 4a1da837a733..135a7ee9db03 100644
--- a/net/tls/tls_device.c
+++ b/net/tls/tls_device.c
@@ -558,9 +558,6 @@ void tls_device_write_space(struct sock *sk, struct tls_context *ctx)
558 MSG_DONTWAIT | MSG_NOSIGNAL); 558 MSG_DONTWAIT | MSG_NOSIGNAL);
559 sk->sk_allocation = sk_allocation; 559 sk->sk_allocation = sk_allocation;
560 } 560 }
561
562 if (!rc)
563 ctx->sk_write_space(sk);
564} 561}
565 562
566void handle_device_resync(struct sock *sk, u32 seq, u64 rcd_sn) 563void handle_device_resync(struct sock *sk, u32 seq, u64 rcd_sn)