Re: [PATCH v3 04/10] block: introduce dma map backed bio type
Pavel Begunkov <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-nvme,org.kernel.vger.linux-block,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
On 5/13/26 09:39, Christoph Hellwig wrote:
>> + union {
>> + struct bio_vec *bi_io_vec;
>> + /* Driver specific dma map, present only with BIO_DMABUF_MAP */
>> + struct io_dmabuf_map *dmabuf_map;
>> + };
>
> ... and please add the bi_ prefix we're using for all (well except for
> one oddity) fields in struct bio.
Ok, going to add
--
Pavel Begunkov