Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2543
b: refs/heads/master
c: 1684b2b
h: refs/heads/master
i:
  2541: 2247781
  2539: 3f3b56b
  2535: 31f0951
  2527: b573f69
v: v3
  • Loading branch information
Ian Kent authored and Linus Torvalds committed Jun 22, 2005
1 parent 77d8599 commit 405e0cc
Show file tree
Hide file tree
Showing 2 changed files with 9 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: cc9acc885819696c0ed00f4f0f0cda0c7583f116
refs/heads/master: 1684b2bba6972749bc9acee57585acd6c78050b2
9 changes: 8 additions & 1 deletion trunk/fs/autofs4/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,14 @@ static int try_to_fill_dentry(struct dentry *dentry,

DPRINTK("expire done status=%d", status);

return 0;
/*
* If the directory still exists the mount request must
* continue otherwise it can't be followed at the right
* time during the walk.
*/
status = d_invalidate(dentry);
if (status != -EBUSY)
return 0;
}

DPRINTK("dentry=%p %.*s ino=%p",
Expand Down

0 comments on commit 405e0cc

Please sign in to comment.