X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fecryptfs%2Fmain.c;h=d25ac9500a92bd31282f477461161f7ac6cbfeb5;hb=1d957f9bf87da74f420424d16ece005202bbebd3;hp=a70555a6472c7880a5a01e7633f7540a4e83f78c;hpb=4ac9137858e08a19f29feac4e1f4df7c268b0ba5;p=mirror_ubuntu-focal-kernel.git diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index a70555a6472c..d25ac9500a92 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -526,7 +526,7 @@ static int ecryptfs_read_super(struct super_block *sb, const char *dev_name) rc = 0; goto out; out_free: - path_release(&nd); + path_put(&nd.path); out: return rc; }