diff --git a/[refs] b/[refs] index dea6ea2adbbe..35b6818ba812 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea23b453103e7495ef0a90c86b92f27e17092bfa +refs/heads/master: 2452992aa78315bf0f510620d22fae8ecb40a2eb diff --git a/trunk/fs/libfs.c b/trunk/fs/libfs.c index 7c895a763a1e..722e0d5ba182 100644 --- a/trunk/fs/libfs.c +++ b/trunk/fs/libfs.c @@ -534,7 +534,7 @@ int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *c spin_lock(&pin_fs_lock); if (unlikely(!*mount)) { 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)) return PTR_ERR(mnt); spin_lock(&pin_fs_lock);