]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/configfs/mount.c
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
[mirror_ubuntu-zesty-kernel.git] / fs / configfs / mount.c
index f920d30478e531a7a656548d9d9c7169a0cc99bf..be5d86ae56f00d5238300d1e5e942ff5247ff96e 100644 (file)
@@ -118,7 +118,7 @@ static struct file_system_type configfs_fs_type = {
 
 int configfs_pin_fs(void)
 {
-       return simple_pin_fs("configfs", &configfs_mount,
+       return simple_pin_fs(&configfs_fs_type, &configfs_mount,
                             &configfs_mnt_count);
 }