Loading fs/f2fs/data.c +1 −1 Original line number Diff line number Diff line Loading @@ -1243,7 +1243,7 @@ write: /* we should bypass data pages to proceed the kworkder jobs */ if (unlikely(f2fs_cp_error(sbi))) { SetPageError(page); mapping_set_error(page->mapping, -EIO); goto out; } Loading Loading
fs/f2fs/data.c +1 −1 Original line number Diff line number Diff line Loading @@ -1243,7 +1243,7 @@ write: /* we should bypass data pages to proceed the kworkder jobs */ if (unlikely(f2fs_cp_error(sbi))) { SetPageError(page); mapping_set_error(page->mapping, -EIO); goto out; } Loading