Re: [PATCH 2/3] Btrfs: do not merge rbios if their fail stripe index are not identical

2017-12-05 Thread David Sterba
On Mon, Dec 04, 2017 at 03:40:36PM -0700, Liu Bo wrote: > Since fail stripe index in rbio would be used to decide which > algorithm reconstruction would be run, we cannot merge rbios if > their's fail striped index are different, otherwise, one of the two > reconstructions would fail. > >

[PATCH 2/3] Btrfs: do not merge rbios if their fail stripe index are not identical

2017-12-04 Thread Liu Bo
Since fail stripe index in rbio would be used to decide which algorithm reconstruction would be run, we cannot merge rbios if their's fail striped index are different, otherwise, one of the two reconstructions would fail. Signed-off-by: Liu Bo --- fs/btrfs/raid56.c | 9