diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 02:55:08 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-04 04:57:01 +0100 |
commit | cb338d06e9716c92d5a7855e7c67b8f111ced722 (patch) | |
tree | 6315dfbd50fd6ba44ad468405dd4e7fe21b53618 /fs/pnode.h | |
parent | vfs: spread struct mount - change_mnt_propagation/set_mnt_shared (diff) | |
download | linux-cb338d06e9716c92d5a7855e7c67b8f111ced722.tar.xz linux-cb338d06e9716c92d5a7855e7c67b8f111ced722.zip |
vfs: spread struct mount - clone_mnt/copy_tree result
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index a2ad95435c48..ed8a84d6d78f 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -41,7 +41,7 @@ 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 *); -struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); +struct mount *copy_tree(struct vfsmount *, struct dentry *, int); bool is_path_reachable(struct vfsmount *, struct dentry *, const struct path *root); #endif /* _LINUX_PNODE_H */ |