Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287759
b: refs/heads/master
c: 1d6f209
h: refs/heads/master
i:
  287757: 4f03cdc
  287755: 0cbaa39
  287751: 34550f6
  287743: 4f58ce1
v: v3
  • Loading branch information
Steven Rostedt authored and Al Viro committed Feb 14, 2012
1 parent 7acc998 commit 76d44c9
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: e188dc02d3a9c911be56eca5aa114fe7e9822d53
refs/heads/master: 1d6f2097865e64963e90cce04980dce2f9fc023f
2 changes: 2 additions & 0 deletions trunk/fs/autofs4/expire.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ static struct dentry *get_next_positive_subdir(struct dentry *prev,
/* Negative dentry - try next */
if (!simple_positive(q)) {
spin_unlock(&p->d_lock);
lock_set_subclass(&q->d_lock.dep_map, 0, _RET_IP_);
p = q;
goto again;
}
Expand Down Expand Up @@ -186,6 +187,7 @@ static struct dentry *get_next_positive_dentry(struct dentry *prev,
/* Negative dentry - try next */
if (!simple_positive(ret)) {
spin_unlock(&p->d_lock);
lock_set_subclass(&ret->d_lock.dep_map, 0, _RET_IP_);
p = ret;
goto again;
}
Expand Down

0 comments on commit 76d44c9

Please sign in to comment.