Re: [PATCH 03/17] block: add a bio_add_vmalloc helper

2025-04-29 Thread Johannes Thumshirn
With the Damien's comments addressed: Reviewed-by: Johannes Thumshirn

Re: [PATCH 03/17] block: add a bio_add_vmalloc helper

2025-04-23 Thread Damien Le Moal
On 4/22/25 23:26, Christoph Hellwig wrote: > Add a helper to add a vmalloc region to a bio, abstracting away the > vmalloc addresses from the underlying pages. Also add a helper to > calculate how many segments need to be allocated for a vmalloc region. > > Signed-off-by: Christoph Hellwig > ---

Re: [PATCH 03/17] block: add a bio_add_vmalloc helper

2025-04-22 Thread Hannes Reinecke
On 4/22/25 16:26, Christoph Hellwig wrote: Add a helper to add a vmalloc region to a bio, abstracting away the vmalloc addresses from the underlying pages. Also add a helper to calculate how many segments need to be allocated for a vmalloc region. Signed-off-by: Christoph Hellwig --- block/b