Re: [PATCH 4/6] Btrfs: record error if one block has failed to retry

2017-05-17 Thread David Sterba
On Mon, Apr 17, 2017 at 06:16:25PM -0700, Liu Bo wrote: > In the nocsum case of dio read endio, it will return immediately if an > error got returned when repairing, which left the rest blocks unrepaired. > The behavior is different from how buffered read endio works in the same > case. This

[PATCH 4/6] Btrfs: record error if one block has failed to retry

2017-04-17 Thread Liu Bo
In the nocsum case of dio read endio, it will return immediately if an error got returned when repairing, which left the rest blocks unrepaired. The behavior is different from how buffered read endio works in the same case. This changes it to record error only and go on repairing the rest blocks.