]> www.infradead.org Git - users/hch/block.git/commit
block: use memcpy_to_bvec in copy_to_high_bio_irq
authorChristoph Hellwig <hch@lst.de>
Thu, 20 May 2021 12:30:56 +0000 (14:30 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 23 Jul 2021 05:39:49 +0000 (07:39 +0200)
commit9599b69e2893a8d2428fa4af34f8fffc15143608
tree3f7091984c752283efb2d7d8bf6b6b9e72f6c223
parent8cee0d89cf464661a636ee1b2ed9d9e781a57763
block: use memcpy_to_bvec in copy_to_high_bio_irq

Use memcpy_to_bvec instead of opencoding the logic.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
block/bounce.c