Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175292
b: refs/heads/master
c: c56818d
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Dec 10, 2009
1 parent 9e7341f commit 27307cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1472da5fdc65f0cd286c655758d629346001e126
refs/heads/master: c56818d7dc976a7392be82e8e04fe26347d591f3
2 changes: 2 additions & 0 deletions trunk/fs/quota/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,9 @@ int vfs_quota_on_mount(struct super_block *sb, char *qf_name,
struct dentry *dentry;
int error;

mutex_lock(&sb->s_root->d_inode->i_mutex);
dentry = lookup_one_len(qf_name, sb->s_root, strlen(qf_name));
mutex_unlock(&sb->s_root->d_inode->i_mutex);
if (IS_ERR(dentry))
return PTR_ERR(dentry);

Expand Down

0 comments on commit 27307cd

Please sign in to comment.