[PATCH 13/19] dm-bufio: use bio_add_virt_nofail

2025-05-07 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 Acked-by: Mikulas Patocka Reviewed-by: Damien Le Moal Reviewed-by: Johannes Thumshirn --- drivers/md/dm-bufio.c | 2 +- 1 file changed, 1 insertion(

Re: [PATCH 13/19] dm-bufio: use bio_add_virt_nofail

2025-05-06 Thread Mikulas Patocka
On Wed, 30 Apr 2025, 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 > Reviewed-by: Johannes Thumshirn Acked-by: Mikulas Patocka

[PATCH 13/19] dm-bufio: use bio_add_virt_nofail

2025-04-30 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 Reviewed-by: Damien Le Moal Reviewed-by: Johannes Thumshirn --- drivers/md/dm-bufio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g