aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/exfat/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exfat/super.c b/fs/exfat/super.c
index 30e914ad17b5..86c875606024 100644
--- a/fs/exfat/super.c
+++ b/fs/exfat/super.c
@@ -718,6 +718,7 @@ static void __exit exit_exfat_fs(void)
module_init(init_exfat_fs);
module_exit(exit_exfat_fs);
+MODULE_ALIAS_FS("exfat");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("exFAT filesystem support");
MODULE_AUTHOR("Samsung Electronics Co., Ltd.");