]> git.proxmox.com Git - mirror_zfs.git/commit
vdev_disk: use bio_chain() to submit multiple BIOs
authorRob Norris <rob.norris@klarasystems.com>
Wed, 21 Feb 2024 00:07:21 +0000 (11:07 +1100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 25 Mar 2024 23:51:47 +0000 (16:51 -0700)
commit72fd834c47558cb10d847948d1a4615e894c77c3
tree688b09ec89f5fb2494ef621740dbad9b467690ce
parentdf2169d141aadc0c2cc728c5c5261d6f5c2a27f7
vdev_disk: use bio_chain() to submit multiple BIOs

Simplifies our code a lot, so we don't have to wait for each and
reassemble them.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Closes #15533
Closes #15588
module/os/linux/zfs/vdev_disk.c