Introduce path_put()
[deliverable/linux.git] / fs / dquot.c
index 289f48d2c72778b19c72db05d75abbfff727cf30..9c7feb62eed153ae9ef923c4767d506a14250189 100644 (file)
@@ -1643,7 +1643,7 @@ int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path)
                error = vfs_quota_on_inode(nd.path.dentry->d_inode, type,
                                           format_id);
 out_path:
-       path_release(&nd);
+       path_put(&nd.path);
        return error;
 }
 
This page took 0.023525 seconds and 5 git commands to generate.