aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dquot.c')
-rw-r--r--fs/dquot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dquot.c b/fs/dquot.c
index 289f48d2c727..9c7feb62eed1 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)
1643 error = vfs_quota_on_inode(nd.path.dentry->d_inode, type, 1643 error = vfs_quota_on_inode(nd.path.dentry->d_inode, type,
1644 format_id); 1644 format_id);
1645out_path: 1645out_path:
1646 path_release(&nd); 1646 path_put(&nd.path);
1647 return error; 1647 return error;
1648} 1648}
1649 1649