diff options
Diffstat (limited to 'net/tls/tls_device.c')
-rw-r--r-- | net/tls/tls_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tls/tls_device.c b/net/tls/tls_device.c index e225c81e6b35..ad1580ac097a 100644 --- a/net/tls/tls_device.c +++ b/net/tls/tls_device.c | |||
@@ -1036,4 +1036,5 @@ void __exit tls_device_cleanup(void) | |||
1036 | { | 1036 | { |
1037 | unregister_netdevice_notifier(&tls_dev_notifier); | 1037 | unregister_netdevice_notifier(&tls_dev_notifier); |
1038 | flush_work(&tls_device_gc_work); | 1038 | flush_work(&tls_device_gc_work); |
1039 | clean_acked_data_flush(); | ||
1039 | } | 1040 | } |