mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 14:46:47 +07:00
make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
ea23b45310
commit
2452992aa7
@ -534,7 +534,7 @@ int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *c
|
|||||||
spin_lock(&pin_fs_lock);
|
spin_lock(&pin_fs_lock);
|
||||||
if (unlikely(!*mount)) {
|
if (unlikely(!*mount)) {
|
||||||
spin_unlock(&pin_fs_lock);
|
spin_unlock(&pin_fs_lock);
|
||||||
mnt = vfs_kern_mount(type, 0, type->name, NULL);
|
mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, NULL);
|
||||||
if (IS_ERR(mnt))
|
if (IS_ERR(mnt))
|
||||||
return PTR_ERR(mnt);
|
return PTR_ERR(mnt);
|
||||||
spin_lock(&pin_fs_lock);
|
spin_lock(&pin_fs_lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user