VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2011-11-24 21:28:22 -0500 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-01-03 22:57:03 -0500 commit: 44d964d609c7c11b330a3d1caf30767fa13c7be3 parent: 87129cc0e3fcd89a1db3e99d62dc710e05749f77
Commit Summary:
vfs: spread struct mount mnt_set_mountpoint child argument
Diffstat:
1 file changed, 1 insertion, 1 deletion
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,
 		}
 
 		if (is_subdir(dest_dentry, m->mnt_root)) {
-			mnt_set_mountpoint(m, dest_dentry, &child->mnt);
+			mnt_set_mountpoint(m, dest_dentry, child);
 			list_add_tail(&child->mnt_hash, tree_list);
 		} else {
 			/*