Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321689
b: refs/heads/master
c: d807ff8
h: refs/heads/master
i:
  321687: f082aec
v: v3
  • Loading branch information
Ian Kent authored and Linus Torvalds committed Aug 17, 2012
1 parent e6ab61f commit 46d65e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: d9875690d9b89a866022ff49e3fcea892345ad92
refs/heads/master: d807ff838f48e7778996e577e2a57a5796c32e84
5 changes: 0 additions & 5 deletions trunk/fs/autofs4/expire.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ struct dentry *autofs4_expire_indirect(struct super_block *sb,
DPRINTK("checking mountpoint %p %.*s",
dentry, (int)dentry->d_name.len, dentry->d_name.name);

/* Path walk currently on this dentry? */
ino_count = atomic_read(&ino->count) + 2;
if (dentry->d_count > ino_count)
goto next;

/* Can we umount this guy */
if (autofs4_mount_busy(mnt, dentry))
goto next;
Expand Down

0 comments on commit 46d65e6

Please sign in to comment.