Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302644
b: refs/heads/master
c: 2e32180
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 22, 2012
1 parent f26528c commit 633115b
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: c23ddf7857bdb2e8001b0a058603497c765a580d
refs/heads/master: 2e321806b681b1920b6dfa7d81bbe3d312fe1d19
2 changes: 2 additions & 0 deletions trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,8 @@ struct dentry *__d_lookup_rcu(const struct dentry *parent,
seq = raw_seqcount_begin(&dentry->d_seq);
if (dentry->d_parent != parent)
continue;
if (d_unhashed(dentry))
continue;
*seqp = seq;

if (unlikely(parent->d_flags & DCACHE_OP_COMPARE)) {
Expand Down

0 comments on commit 633115b

Please sign in to comment.