Re: [PATCH 0/2] btrfs_del_csums error handling fixes
From: David Sterba <hidden>
Date: 2021-05-21 12:27:12
From: David Sterba <hidden>
Date: 2021-05-21 12:27:12
On Wed, May 19, 2021 at 10:52:44AM -0400, Josef Bacik wrote:
Hello, Here are two fixes related to deleting csums. Doing error injection stress testing I was consistently seeing cases where we had a corrupt file system with csums that existed without the corresponding extents being written. This was occuring because we were losing the return value in two cases, both of which would result in this style of corruption. With these two patches I'm no longer seeing these errors. Thanks, Josef Josef Bacik (2): btrfs: fix error handling in btrfs_del_csums btrfs: return errors from btrfs_del_csums in cleanup_ref_head
Added to misc-next, thanks.