X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=fs%2Fjbd2%2Fcheckpoint.c;h=19dcd0b86bca1b5bffd18836c4d25c3e3e84e342;hb=24bcc89c7e7c64982e6192b4952a0a92379fc341;hp=253e91890e71ce2e20e10ee9f0f3b015ae495c05;hpb=0c2022eccb01630c037f2024531e9ff1afbe1564;p=deliverable%2Flinux.git diff --git a/fs/jbd2/checkpoint.c b/fs/jbd2/checkpoint.c index 253e91890e71..19dcd0b86bca 100644 --- a/fs/jbd2/checkpoint.c +++ b/fs/jbd2/checkpoint.c @@ -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; }