mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a8d56d8e4f
commit
14cf1fa8f5
3 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue