mm, treewide: rename kzfree() to kfree_sensitive()
[linux-2.6-microblaze.git] / net / ipv4 / tcp_fastopen.c
index 19ad958..c1a54f3 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)