Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157191
b: refs/heads/master
c: 37d0892
h: refs/heads/master
i:
  157189: afe861f
  157187: 3bd336f
  157183: c641daa
v: v3
  • Loading branch information
Ian Kent authored and Linus Torvalds committed Sep 1, 2009
1 parent 58829c6 commit e30994a
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: cda9856f1ca62484433b9f734cd0fd553a5e4850
refs/heads/master: 37d0892c5a94e208cf863e3b7bac014edee4346d
2 changes: 1 addition & 1 deletion trunk/fs/autofs4/expire.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry)
}

/* Update the expiry counter if fs is busy */
if (!may_umount_tree(mnt)) {
if (!may_umount_tree(path.mnt)) {
struct autofs_info *ino = autofs4_dentry_ino(top);
ino->last_used = jiffies;
goto done;
Expand Down

0 comments on commit e30994a

Please sign in to comment.