diff options
Diffstat (limited to 'fs/exofs/super.c')
| -rw-r--r-- | fs/exofs/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 5e59280d42d..9d976332873 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c @@ -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)  {  |