X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fdquot.c;h=9c7feb62eed153ae9ef923c4767d506a14250189;hb=e9010e2fdfe68360da374e31f7008a6d9935c783;hp=289f48d2c72778b19c72db05d75abbfff727cf30;hpb=4ac9137858e08a19f29feac4e1f4df7c268b0ba5;p=linux-2.6-omap-h63xx.git diff --git a/fs/dquot.c b/fs/dquot.c index 289f48d2c72..9c7feb62eed 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -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; }