mm, treewide: rename kzfree() to kfree_sensitive()
[linux-block.git] / net / ipv4 / tcp_fastopen.c
index 19ad9586c7201135777c190e6851587acce14033..c1a54f3d58f5cbc596c9be643ba104a2e302e10f 100644 (file)
@@ -38,7 +38,7 @@ static void tcp_fastopen_ctx_free(struct rcu_head *head)
        struct tcp_fastopen_context *ctx =
            container_of(head, struct tcp_fastopen_context, rcu);
 
-       kzfree(ctx);
+       kfree_sensitive(ctx);
 }
 
 void tcp_fastopen_destroy_cipher(struct sock *sk)