f2fs: introduce f2fs_journal struct to wrap journal info
[deliverable/linux.git] / fs / f2fs / checkpoint.c
index 536bec99bd64d39570edd0f08ac5545e79ade5a2..3cdcdaf1d0fec582e9d52e821f813ce1b545690b 100644 (file)
@@ -1051,7 +1051,7 @@ static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc)
        if (sb->s_bdev->bd_part)
                kbytes_written += BD_PART_WRITTEN(sbi);
 
-       seg_i->sum_blk->info.kbytes_written = cpu_to_le64(kbytes_written);
+       seg_i->sum_blk->journal.info.kbytes_written = cpu_to_le64(kbytes_written);
 
        if (__remain_node_summaries(cpc->reason)) {
                write_node_summaries(sbi, start_blk);
This page took 0.029978 seconds and 5 git commands to generate.