Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
[linux-2.6-microblaze.git] / fs / ecryptfs / messaging.c
index 8646ba7..c0dfd96 100644 (file)
@@ -175,7 +175,7 @@ int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon)
        }
        hlist_del(&daemon->euid_chain);
        mutex_unlock(&daemon->mux);
-       kzfree(daemon);
+       kfree_sensitive(daemon);
 out:
        return rc;
 }