diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 00:01:17 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:07 -0500 |
commit | 14cf1fa8f54353d9caf6174c1e4280c8c4dcfd7a (patch) | |
tree | 1a5fbc1f94f6d8d19492b26ab05b71e8e2d108a2 /fs/pnode.c | |
parent | a8d56d8e4fa0cb9a023834363f8d79415d277a1d (diff) | |
download | linux-3.10-14cf1fa8f54353d9caf6174c1e4280c8c4dcfd7a.tar.gz linux-3.10-14cf1fa8f54353d9caf6174c1e4280c8c4dcfd7a.tar.bz2 linux-3.10-14cf1fa8f54353d9caf6174c1e4280c8c4dcfd7a.zip |
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
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 6519b3b4eb1..0e1de28b1b2 100644 --- a/fs/pnode.c +++ b/fs/pnode.c @@ -244,7 +244,7 @@ int propagate_mnt(struct mount *dest_mnt, struct dentry *dest_dentry, } if (is_subdir(dest_dentry, m->mnt.mnt_root)) { - mnt_set_mountpoint(&m->mnt, dest_dentry, child); + mnt_set_mountpoint(m, dest_dentry, child); list_add_tail(&child->mnt_hash, tree_list); } else { /* |