On 2/7/20 4:38 AM, ethanwu wrote:
When resolving one backref of type EXTENT_DATA_REF, we collect all references that simply references the EXTENT_ITEM even though their (file_pos- file_extent_item::offset) are not the same as the btrfs_extent_data_ref::offset we are searching. This patch add additional check so that we only collect references whose (file_pos- file_extent_item::offset) == btrfs_extent_data_ref::offset. Signed-off-by: ethanwu <ethanwu@xxxxxxxxxxxx>
I just want to make sure that btrfs/097 passes still right? That's what the key_for_search thing was about, so I want to make sure we're not regressing. I assume you've run xfstests but I just want to make doubly sure we're good here. If you did then you can add
Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef
