Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95679
b: refs/heads/master
c: 9d2de6a
h: refs/heads/master
i:
  95677: ce65f8d
  95675: 89b9b0c
  95671: 7327524
  95663: 9d218c6
  95647: 85f17b2
  95615: 7043921
v: v3
  • Loading branch information
Jeff Moyer authored and Linus Torvalds committed May 1, 2008
1 parent 1178447 commit 7c9bc77
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 033790449ba9c4dcf8478a87693d33df625c23b5
refs/heads/master: 9d2de6ad2a78bb8b60bf7a54e6043dca44e9a801
4 changes: 2 additions & 2 deletions trunk/fs/autofs4/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static int try_to_fill_dentry(struct dentry *dentry, int flags)
struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb);
struct autofs_info *ino = autofs4_dentry_ino(dentry);
struct dentry *new;
int status = 0;
int status;

/* Block on any pending expiry here; invalidate the dentry
when expiration is done to trigger mount request with a new
Expand Down Expand Up @@ -340,7 +340,7 @@ static int try_to_fill_dentry(struct dentry *dentry, int flags)
}
}

return status;
return 0;
}

/* For autofs direct mounts the follow link triggers the mount */
Expand Down

0 comments on commit 7c9bc77

Please sign in to comment.