Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359999
b: refs/heads/master
c: 9d8072e
h: refs/heads/master
i:
  359997: 5fbd0e5
  359995: 335167b
  359991: d7a7de1
  359983: 5b47a5a
  359967: 5ff8a76
  359935: 6ffb6bd
v: v3
  • Loading branch information
Peter Huewe authored and Linus Torvalds committed Mar 1, 2013
1 parent ebfad42 commit a50f5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50
refs/heads/master: 9d8072e7c33991a08b29338f3f04dfef7c24afd5
4 changes: 3 additions & 1 deletion trunk/fs/autofs4/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,10 @@ static struct vfsmount *autofs4_d_automount(struct path *path)
goto done;
}
} else {
if (!simple_empty(dentry))
if (!simple_empty(dentry)) {
spin_unlock(&sbi->fs_lock);
goto done;
}
}
ino->flags |= AUTOFS_INF_PENDING;
spin_unlock(&sbi->fs_lock);
Expand Down

0 comments on commit a50f5d2

Please sign in to comment.