Re: [PATCH v4 8/9] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
Mykola Marzhan <[email protected]> Wed, 22 Jul 2026 22:02:41 +0200
| Newsgroups | gmane.linux.kernel,gmane.linux.block,gmane.linux.raid,gmane.linux.drivers.rdma,gmane.linux.kernel.pci |
|---|---|
| Message-ID | <CAPzsNDscnb+fH0XZF3qBDgxkREmgh6F=rp0GO18Wy7gLc=4Ldw@mail.gmail.com> |
> I think it would be better to > move the code more towards similarity with raid1 instead of diverging it > further. I'll move bio = r10_bio->devs[slot].bio; up into the declaration so raid10 matches raid1 in v5. Thank you!