Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118909
b: refs/heads/master
c: afef80b
h: refs/heads/master
i:
  118907: e65e004
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Nov 13, 2008
1 parent 859753c commit 1fa86a2
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: 8891d6da17db0f9bb507d3a017f130b9970c3087
refs/heads/master: afef80b3d87cae574b8c6b763505f25b74d254ef
4 changes: 2 additions & 2 deletions trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1815,8 +1815,8 @@ static void shrink_submounts(struct vfsmount *mnt, struct list_head *umounts)
while (!list_empty(&graveyard)) {
m = list_first_entry(&graveyard, struct vfsmount,
mnt_expire);
touch_mnt_namespace(mnt->mnt_ns);
umount_tree(mnt, 1, umounts);
touch_mnt_namespace(m->mnt_ns);
umount_tree(m, 1, umounts);
}
}
}
Expand Down

0 comments on commit 1fa86a2

Please sign in to comment.