]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - fs/ecryptfs/main.c
Introduce path_put()
[mirror_ubuntu-focal-kernel.git] / fs / ecryptfs / main.c
index a70555a6472c7880a5a01e7633f7540a4e83f78c..d25ac9500a92bd31282f477461161f7ac6cbfeb5 100644 (file)
@@ -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;
 }