diff options
Diffstat (limited to 'fs/autofs/init.c')
-rw-r--r-- | fs/autofs/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs/init.c b/fs/autofs/init.c index cc9447e1903f..79ae07d9592f 100644 --- a/fs/autofs/init.c +++ b/fs/autofs/init.c | |||
@@ -23,7 +23,7 @@ static struct file_system_type autofs_fs_type = { | |||
23 | .kill_sb = autofs_kill_sb, | 23 | .kill_sb = autofs_kill_sb, |
24 | }; | 24 | }; |
25 | MODULE_ALIAS_FS("autofs"); | 25 | MODULE_ALIAS_FS("autofs"); |
26 | MODULE_ALIAS("autofs4"); | 26 | MODULE_ALIAS("autofs"); |
27 | 27 | ||
28 | static int __init init_autofs_fs(void) | 28 | static int __init init_autofs_fs(void) |
29 | { | 29 | { |