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(
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
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