diff options
Diffstat (limited to 'fs/sysv/super.c')
| -rw-r--r-- | fs/sysv/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/sysv/super.c b/fs/sysv/super.c index a39938b1fee..d0c6a007ce8 100644 --- a/fs/sysv/super.c +++ b/fs/sysv/super.c @@ -555,6 +555,7 @@ static struct file_system_type v7_fs_type = {  	.fs_flags	= FS_REQUIRES_DEV,  };  MODULE_ALIAS_FS("v7"); +MODULE_ALIAS("v7");  static int __init init_sysv_fs(void)  { |