diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 21:24:27 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:03 -0500 |
commit | 87129cc0e3fcd89a1db3e99d62dc710e05749f77 (patch) | |
tree | 0855a81e51db9f4054d54952f974bc726730f39d /fs/pnode.c | |
parent | 692afc312b38c9367a1125927941d33ab2ce852a (diff) |
vfs: spread struct mount - clone_mnt/copy_tree argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.c')
-rw-r--r-- | fs/pnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.c b/fs/pnode.c index efbe0c0d3f0d..5d79f38e3e8a 100644 --- a/fs/pnode.c +++ b/fs/pnode.c | |||
@@ -239,7 +239,7 @@ int propagate_mnt(struct vfsmount *dest_mnt, struct dentry *dest_dentry, | |||
239 | 239 | ||
240 | source = get_source(m, prev_dest_mnt, prev_src_mnt, &type); | 240 | source = get_source(m, prev_dest_mnt, prev_src_mnt, &type); |
241 | 241 | ||
242 | if (!(child = copy_tree(source, source->mnt_root, type))) { | 242 | if (!(child = copy_tree(real_mount(source), source->mnt_root, type))) { |
243 | ret = -ENOMEM; | 243 | ret = -ENOMEM; |
244 | list_splice(tree_list, tmp_list.prev); | 244 | list_splice(tree_list, tmp_list.prev); |
245 | goto out; | 245 | goto out; |