diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 20:55:08 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:01 -0500 |
commit | cb338d06e9716c92d5a7855e7c67b8f111ced722 (patch) | |
tree | 6315dfbd50fd6ba44ad468405dd4e7fe21b53618 /fs/pnode.h | |
parent | 0f0afb1dcf01afc44581b3c0da251ac07dfb6e4a (diff) | |
download | kernel_goldelico_gta04-cb338d06e9716c92d5a7855e7c67b8f111ced722.zip kernel_goldelico_gta04-cb338d06e9716c92d5a7855e7c67b8f111ced722.tar.gz kernel_goldelico_gta04-cb338d06e9716c92d5a7855e7c67b8f111ced722.tar.bz2 |
vfs: spread struct mount - clone_mnt/copy_tree result
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |