]> www.infradead.org Git - users/hch/misc.git/commit
bcache: use bio_add_virt_nofail
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 12:45:08 +0000 (13:45 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 13:17:40 +0000 (14:17 +0100)
commit88d02d46471a137eadca47bb2ed5f9021762b15f
tree046f9c67d021bd926365890d0eb31beb88d16224
parentb662fe0522b046e6bceec41fe464d82896777b34
bcache: use bio_add_virt_nofail

Convert the __bio_add_page(..., virt_to_page(out), ...) pattern to the
bio_add_virt_nofail helper implementing it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/md/bcache/super.c