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 a39938b1feea..d0c6a007ce83 100644 --- a/fs/sysv/super.c +++ b/fs/sysv/super.c | |||
@@ -555,6 +555,7 @@ static struct file_system_type v7_fs_type = { | |||
555 | .fs_flags = FS_REQUIRES_DEV, | 555 | .fs_flags = FS_REQUIRES_DEV, |
556 | }; | 556 | }; |
557 | MODULE_ALIAS_FS("v7"); | 557 | MODULE_ALIAS_FS("v7"); |
558 | MODULE_ALIAS("v7"); | ||
558 | 559 | ||
559 | static int __init init_sysv_fs(void) | 560 | static int __init init_sysv_fs(void) |
560 | { | 561 | { |