Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.13/drivers

Pull MD related fix from Song:

"This change fixes raid5 on POWER8."

* 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  async_xor: increase src_offs when dropping destination page
This commit is contained in:
Jens Axboe 2021-04-26 11:20:54 -06:00
commit 8324fbae75

View File

@ -233,6 +233,7 @@ async_xor_offs(struct page *dest, unsigned int offset,
if (submit->flags & ASYNC_TX_XOR_DROP_DST) {
src_cnt--;
src_list++;
src_offs++;
}
/* wait for any prerequisite operations */