You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
Replace all module uses with the new vfs_kern_mount() interface, and fix up simple_pin_fs(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user