Re: [PATCH 07/17] bcache: use bio_add_virt_nofail

2025-04-29 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH 07/17] bcache: use bio_add_virt_nofail

2025-04-28 Thread Coly Li
> 2025年4月24日 14:14,Damien Le Moal 写道: > > On 4/22/25 23:26, Christoph Hellwig wrote: >> Convert the __bio_add_page(..., virt_to_page(), ...) pattern to the >> bio_add_virt_nofail helper implementing it. >> >> Signed-off-by: Christoph Hellwig For bcache part, Acked-by: Coly Li Thanks. Co

Re: [PATCH 07/17] bcache: use bio_add_virt_nofail

2025-04-23 Thread Damien Le Moal
On 4/22/25 23:26, Christoph Hellwig wrote: > Convert the __bio_add_page(..., virt_to_page(), ...) pattern to the > bio_add_virt_nofail helper implementing it. > > Signed-off-by: Christoph Hellwig Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research

[PATCH 07/17] bcache: use bio_add_virt_nofail

2025-04-22 Thread Christoph Hellwig
Convert the __bio_add_page(..., virt_to_page(), ...) pattern to the bio_add_virt_nofail helper implementing it. Signed-off-by: Christoph Hellwig --- drivers/md/bcache/super.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super