Loading fs/f2fs/checkpoint.c +3 −3 Original line number Diff line number Diff line Loading @@ -98,8 +98,8 @@ static struct page *__get_meta_page(struct f2fs_sb_info *sbi, pgoff_t index, } if (unlikely(!PageUptodate(page))) { if (page->index == sbi->metapage_eio_ofs && sbi->metapage_eio_cnt++ == MAX_RETRY_META_PAGE_EIO) { if (page->index == sbi->metapage_eio_ofs) { if (sbi->metapage_eio_cnt++ == MAX_RETRY_META_PAGE_EIO) set_ckpt_flags(sbi, CP_ERROR_FLAG); } else { sbi->metapage_eio_ofs = page->index; Loading Loading
fs/f2fs/checkpoint.c +3 −3 Original line number Diff line number Diff line Loading @@ -98,8 +98,8 @@ static struct page *__get_meta_page(struct f2fs_sb_info *sbi, pgoff_t index, } if (unlikely(!PageUptodate(page))) { if (page->index == sbi->metapage_eio_ofs && sbi->metapage_eio_cnt++ == MAX_RETRY_META_PAGE_EIO) { if (page->index == sbi->metapage_eio_ofs) { if (sbi->metapage_eio_cnt++ == MAX_RETRY_META_PAGE_EIO) set_ckpt_flags(sbi, CP_ERROR_FLAG); } else { sbi->metapage_eio_ofs = page->index; Loading