mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
vfs: spread struct mount - umount_tree argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
1b8e5564b9
commit
761d5c38eb
3 changed files with 20 additions and 20 deletions
|
@ -262,7 +262,7 @@ out:
|
|||
br_write_lock(vfsmount_lock);
|
||||
while (!list_empty(&tmp_list)) {
|
||||
child = list_first_entry(&tmp_list, struct mount, mnt_hash);
|
||||
umount_tree(&child->mnt, 0, &umount_list);
|
||||
umount_tree(child, 0, &umount_list);
|
||||
}
|
||||
br_write_unlock(vfsmount_lock);
|
||||
release_mounts(&umount_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue