fs: Limit sys_mount to only request filesystem modules.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / exofs / super.c
index 5e59280..9d97633 100644 (file)
@@ -1010,6 +1010,7 @@ static struct file_system_type exofs_type = {
        .mount          = exofs_mount,
        .kill_sb        = generic_shutdown_super,
 };
+MODULE_ALIAS_FS("exofs");
 
 static int __init init_exofs(void)
 {