Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91918
b: refs/heads/master
c: 4e1b36f
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Apr 22, 2008
1 parent 2703413 commit fa5a7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8c3ee42e80ccead805806b3cb50b9855ceb957a2
refs/heads/master: 4e1b36fb485dd81b0818ef1bc8fb5c0f2923a283
3 changes: 1 addition & 2 deletions trunk/fs/pnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ int propagate_mnt(struct vfsmount *dest_mnt, struct dentry *dest_dentry,
out:
spin_lock(&vfsmount_lock);
while (!list_empty(&tmp_list)) {
child = list_entry(tmp_list.next, struct vfsmount, mnt_hash);
list_del_init(&child->mnt_hash);
child = list_first_entry(&tmp_list, struct vfsmount, mnt_hash);
umount_tree(child, 0, &umount_list);
}
spin_unlock(&vfsmount_lock);
Expand Down

0 comments on commit fa5a7a9

Please sign in to comment.