Re: [PATCH v3 0/2] btrfs: fixes for the 13 subpage preparation patches
From: David Sterba <hidden>
Date: 2021-05-20 13:50:31
From: David Sterba <hidden>
Date: 2021-05-20 13:50:31
On Tue, May 18, 2021 at 11:09:28PM +0200, David Sterba wrote:
On Tue, May 18, 2021 at 03:09:40PM +0800, Qu Wenruo wrote:quoted
v3: - Change the fix for the btrfs/215 hang Now we choose to skip the locked page, leaving both its Ordered bit and ordered extent accounting to be handled by run_delalloc_range() error hanlding path. This fixes a possible ordered extent underflow, and removes a forward declaration.There are 2 finished fstests runs and it did hang or crash so it seems to be fixed, thanks. I haven't verified individual tests that reported some output mismatch, so can't say if they're known false positives or possibly related to your patches. I'll try to take a look tomorrow.
Patch 2 folded and patch 1 added to the rest of the patchset, now merged to misc-next. Thanks.