]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dquot.c
drivers/net/wireless/ath5k - convert == (true|false) to simple logical tests
[linux-2.6-omap-h63xx.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;
 }