diff options
Diffstat (limited to 'fs/autofs4/init.c')
| -rw-r--r-- | fs/autofs4/init.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/autofs4/init.c b/fs/autofs4/init.c index cddc74b9cdb..b3db517e89e 100644 --- a/fs/autofs4/init.c +++ b/fs/autofs4/init.c @@ -26,6 +26,7 @@ static struct file_system_type autofs_fs_type = {  	.mount		= autofs_mount,  	.kill_sb	= autofs4_kill_sb,  }; +MODULE_ALIAS_FS("autofs");  static int __init init_autofs4_fs(void)  {  | 
