summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
authorAl Viro2011-11-25 03:07:43 +0100
committerAl Viro2012-01-04 04:57:02 +0100
commit761d5c38eb3d8e2aa7394726dccab245bfe2f41c (patch)
tree3fea2388dc65e41a2bfdd987e61984b5af47c98a /fs/pnode.c
parentvfs: the first spoils - mnt_hash moved (diff)
downloadkernel-qcow2-linux-761d5c38eb3d8e2aa7394726dccab245bfe2f41c.tar.gz
kernel-qcow2-linux-761d5c38eb3d8e2aa7394726dccab245bfe2f41c.tar.xz
kernel-qcow2-linux-761d5c38eb3d8e2aa7394726dccab245bfe2f41c.zip
vfs: spread struct mount - umount_tree argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.c')
-rw-r--r--fs/pnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index a2f0f3e0e127..efbe0c0d3f0d 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -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);