summaryrefslogtreecommitdiffstats
path: root/fs/pnode.h
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.h
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.h')
-rw-r--r--fs/pnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h
index ed8a84d6d78f..3f9ab4f4e0e5 100644
--- a/fs/pnode.h
+++ b/fs/pnode.h
@@ -40,7 +40,7 @@ unsigned int mnt_get_count(struct vfsmount *mnt);
void mnt_set_mountpoint(struct vfsmount *, struct dentry *,
struct vfsmount *);
void release_mounts(struct list_head *);
-void umount_tree(struct vfsmount *, int, struct list_head *);
+void umount_tree(struct mount *, int, struct list_head *);
struct mount *copy_tree(struct vfsmount *, struct dentry *, int);
bool is_path_reachable(struct vfsmount *, struct dentry *,
const struct path *root);