jbd2: split updating of journal superblock and marking journal empty
[deliverable/linux.git] / fs / jbd2 / checkpoint.c
index 253e91890e71ce2e20e10ee9f0f3b015ae495c05..19dcd0b86bca1b5bffd18836c4d25c3e3e84e342 100644 (file)
@@ -550,7 +550,7 @@ int jbd2_cleanup_journal_tail(journal_t *journal)
            (journal->j_flags & JBD2_BARRIER))
                blkdev_issue_flush(journal->j_fs_dev, GFP_KERNEL, NULL);
        if (!(journal->j_flags & JBD2_ABORT))
-               jbd2_journal_update_superblock(journal, 1);
+               jbd2_journal_update_sb_log_tail(journal);
        return 0;
 }
 
This page took 0.025727 seconds and 5 git commands to generate.