aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
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 5d79f38e3e8a..89ea50dc2af3 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -246,7 +246,7 @@ int propagate_mnt(struct vfsmount *dest_mnt, struct dentry *dest_dentry,
246 } 246 }
247 247
248 if (is_subdir(dest_dentry, m->mnt_root)) { 248 if (is_subdir(dest_dentry, m->mnt_root)) {
249 mnt_set_mountpoint(m, dest_dentry, &child->mnt); 249 mnt_set_mountpoint(m, dest_dentry, child);
250 list_add_tail(&child->mnt_hash, tree_list); 250 list_add_tail(&child->mnt_hash, tree_list);
251 } else { 251 } else {
252 /* 252 /*