Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70694
b: refs/heads/master
c: f77e349
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and Linus Torvalds committed Oct 17, 2007
1 parent 781d196 commit b2db247
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: db8906da596708865a2ead6a8c2af090255ca549
refs/heads/master: f77e34987070a20e4b3e06b868cb39eb73670467
2 changes: 1 addition & 1 deletion trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ static void d_move_locked(struct dentry * dentry, struct dentry * target)
}

/* Move the dentry to the target hash queue, if on different bucket */
if (dentry->d_flags & DCACHE_UNHASHED)
if (d_unhashed(dentry))
goto already_unhashed;

hlist_del_rcu(&dentry->d_hash);
Expand Down

0 comments on commit b2db247

Please sign in to comment.