diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 4c8d31c61454..83f9cd358e5a 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1037,7 +1037,7 @@ static int parse_options (char *options, struct super_block *sb, | |||
1037 | if (option < 0) | 1037 | if (option < 0) |
1038 | return 0; | 1038 | return 0; |
1039 | if (option == 0) | 1039 | if (option == 0) |
1040 | option = JBD_DEFAULT_MAX_COMMIT_AGE; | 1040 | option = JBD2_DEFAULT_MAX_COMMIT_AGE; |
1041 | sbi->s_commit_interval = HZ * option; | 1041 | sbi->s_commit_interval = HZ * option; |
1042 | break; | 1042 | break; |
1043 | case Opt_data_journal: | 1043 | case Opt_data_journal: |