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 | org.kernel.vger.linux-raid,org.infradead.lists.linux-nvme,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.linux-rdma |
|---|---|
| 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!