Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377725
b: refs/heads/master
c: 6bd5e82
h: refs/heads/master
i:
  377723: a9fe1e3
v: v3
  • Loading branch information
J. Bruce Fields authored and David Howells committed Jun 19, 2013
1 parent f0075b7 commit 9492e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee8be57bc331f00d520c4c8a78ffa9590ed41c2c
refs/heads/master: 6bd5e82b099c3d633905098b3c0af808ced73d85
2 changes: 1 addition & 1 deletion trunk/fs/cachefiles/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache,
// dir->d_name.len, dir->d_name.len, dir->d_name.name, filename);

/* look up the victim */
mutex_lock_nested(&dir->d_inode->i_mutex, 1);
mutex_lock_nested(&dir->d_inode->i_mutex, I_MUTEX_PARENT);

start = jiffies;
victim = lookup_one_len(filename, dir, strlen(filename));
Expand Down

0 comments on commit 9492e60

Please sign in to comment.