summaryrefslogtreecommitdiffstats
path: root/fs/autofs/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/autofs/init.c')
-rw-r--r--fs/autofs/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs/init.c b/fs/autofs/init.c
index 79ae07d9592f..c0c1db2cc6ea 100644
--- a/fs/autofs/init.c
+++ b/fs/autofs/init.c
@@ -16,7 +16,7 @@ static struct dentry *autofs_mount(struct file_system_type *fs_type,
16 return mount_nodev(fs_type, flags, data, autofs_fill_super); 16 return mount_nodev(fs_type, flags, data, autofs_fill_super);
17} 17}
18 18
19static struct file_system_type autofs_fs_type = { 19struct file_system_type autofs_fs_type = {
20 .owner = THIS_MODULE, 20 .owner = THIS_MODULE,
21 .name = "autofs", 21 .name = "autofs",
22 .mount = autofs_mount, 22 .mount = autofs_mount,