On Wed, Mar 23, 2022 at 08:44:19AM +0800, Qu Wenruo wrote: > Previously we would also call bio_endio() on the bio, do we miss the > endio call on it? The first patch in the series moves the bio_endio call into one of the callers of this function instead. That being said mainline has a different fix from Josef that makes the endio call on errors conditional so this part of the series will require some rework.