Loading fs/f2fs/compress.c +6 −0 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,12 @@ static int f2fs_write_compressed_pages(struct compress_ctx *cc, loff_t psize; int i, err; /* we should bypass data pages to proceed the kworkder jobs */ if (unlikely(f2fs_cp_error(sbi))) { mapping_set_error(cc->rpages[0]->mapping, -EIO); goto out_free; } if (IS_NOQUOTA(inode)) { /* * We need to wait for node_write to avoid block allocation during Loading Loading
fs/f2fs/compress.c +6 −0 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,12 @@ static int f2fs_write_compressed_pages(struct compress_ctx *cc, loff_t psize; int i, err; /* we should bypass data pages to proceed the kworkder jobs */ if (unlikely(f2fs_cp_error(sbi))) { mapping_set_error(cc->rpages[0]->mapping, -EIO); goto out_free; } if (IS_NOQUOTA(inode)) { /* * We need to wait for node_write to avoid block allocation during Loading