Re: [f2fs-dev] [PATCH v2 2/2] fsverity: stop using PG_error to track error status

2022-10-28 Thread Eric Biggers
On Tue, Sep 06, 2022 at 11:43:47PM +0800, Chao Yu wrote: > > @@ -1768,6 +1745,8 @@ static void f2fs_verify_cluster(struct work_struct > > *work) > > void f2fs_decompress_end_io(struct decompress_io_ctx *dic, bool failed, > > bool in_task) > > { > > + int i; > > +

Re: [f2fs-dev] [PATCH v2 2/2] fsverity: stop using PG_error to track error status

2022-09-06 Thread Chao Yu
On 2022/8/16 7:50, Eric Biggers wrote: From: Eric Biggers As a step towards freeing the PG_error flag for other uses, change ext4 and f2fs to stop using PG_error to track verity errors. Instead, if a verity error occurs, just mark the whole bio as failed. The coarser granularity isn't really

[f2fs-dev] [PATCH v2 2/2] fsverity: stop using PG_error to track error status

2022-08-15 Thread Eric Biggers
From: Eric Biggers As a step towards freeing the PG_error flag for other uses, change ext4 and f2fs to stop using PG_error to track verity errors. Instead, if a verity error occurs, just mark the whole bio as failed. The coarser granularity isn't really a problem since it isn't any worse than