Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42823
b: refs/heads/master
c: dc16842
h: refs/heads/master
i:
  42821: 0306b50
  42819: 6ee31cf
  42815: 5f72f0c
v: v3
  • Loading branch information
Vasily Averin authored and Linus Torvalds committed Dec 7, 2006
1 parent dc5c9eb commit 83bf530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5ac29e62be2a581ec77953eca64d85ddeef488f0
refs/heads/master: dc168427e6250a5a24c59f34afed6538092dab42
3 changes: 1 addition & 2 deletions trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,7 @@ asmlinkage long sys_mkdir(const char __user *pathname, int mode)
void dentry_unhash(struct dentry *dentry)
{
dget(dentry);
if (atomic_read(&dentry->d_count))
shrink_dcache_parent(dentry);
shrink_dcache_parent(dentry);
spin_lock(&dcache_lock);
spin_lock(&dentry->d_lock);
if (atomic_read(&dentry->d_count) == 2)
Expand Down

0 comments on commit 83bf530

Please sign in to comment.