]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/dquot.c
[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.
[mv-sheeva.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;
 }