Re: [GIT PULL] Btrfs updates for 5.20

From: David Sterba
Date: Tue Aug 02 2022 - 08:37:23 EST


On Tue, Aug 02, 2022 at 09:11:09AM +0800, Qu Wenruo wrote:
> On 2022/8/2 00:40, David Sterba wrote:
> > Notable fixes:
> >
> > - raid56
> > - reduce parity writes, skip sectors of stripe when there are no data
> > updates
> > - restore reading from stripe cache instead of triggering new read
>
> Small typo I guess.
> It's the opposite, restore reading from on-disk data instead of using
> stripe cache.

Thanks.

Linus, please replace the sentence with

- restore reading from on-disk data instead of using stripe
cache, this reduces chances to damage correct data due to RMW
cycle