diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index c9d6fe28ae1e3dad715850e4fc222073c86c7e35..30dc448cae6073e3ffc0a42de3281ede98bba000 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -1243,7 +1243,7 @@ static int f2fs_write_data_page(struct page *page, /* 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; }