diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 9b6910dec4ba..01b85165552b 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1266,6 +1266,7 @@ static struct file_system_type ocfs2_fs_type = { | |||
1266 | .fs_flags = FS_REQUIRES_DEV|FS_RENAME_DOES_D_MOVE, | 1266 | .fs_flags = FS_REQUIRES_DEV|FS_RENAME_DOES_D_MOVE, |
1267 | .next = NULL | 1267 | .next = NULL |
1268 | }; | 1268 | }; |
1269 | MODULE_ALIAS_FS("ocfs2"); | ||
1269 | 1270 | ||
1270 | static int ocfs2_check_set_options(struct super_block *sb, | 1271 | static int ocfs2_check_set_options(struct super_block *sb, |
1271 | struct mount_options *options) | 1272 | struct mount_options *options) |