Merge branch 'next' into upstream-merge
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / jbd2 / journal.c
index 75e1b5a0bc2defa4aac837354dcb95cd4dedd328..13b0a92f96cf15270cc84e920f2df0645963dd88 100644 (file)
@@ -1373,6 +1373,10 @@ int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat,
 
        if (!compat && !ro && !incompat)
                return 1;
+       /* Load journal superblock if it is not loaded yet. */
+       if (journal->j_format_version == 0 &&
+           journal_get_superblock(journal) != 0)
+               return 0;
        if (journal->j_format_version == 1)
                return 0;