exfat: add missing MODULE_ALIAS_FS()
authorThomas Backlund <tmb@mageia.org>
Sat, 4 Apr 2020 20:29:43 +0000 (23:29 +0300)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 22 Apr 2020 11:14:05 +0000 (20:14 +0900)
commitcd76ac258cd92a6425cb68f95a76d6abdce5395a
tree5ad518b0a03ff81c563933b00e416feee3ffbfc3
parentb7e038a92449f191395fbb86538b14093c529833
exfat: add missing MODULE_ALIAS_FS()

This adds the necessary MODULE_ALIAS_FS() to exfat so the module gets
automatically loaded when an exfat filesystem is mounted.

Signed-off-by: Thomas Backlund <tmb@mageia.org>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/super.c