Re: [Qemu-devel] [PATCH 2/2] virtio-blk: simplify multiwrite calling conventions

2010-06-10 Thread Kevin Wolf
Am 08.06.2010 18:26, schrieb Christoph Hellwig: > Pass the MultiReqBuffer structure down all the way to the I/O submission > instead of takin it apart. Also mark num_writes unsigned as it can't > go negative, and take the check for any pending I/O requests into the > submission function. Last but

[Qemu-devel] [PATCH 2/2] virtio-blk: simplify multiwrite calling conventions

2010-06-08 Thread Christoph Hellwig
Pass the MultiReqBuffer structure down all the way to the I/O submission instead of takin it apart. Also mark num_writes unsigned as it can't go negative, and take the check for any pending I/O requests into the submission function. Last but not least rename do_multiwrite to virtio_submit_multiwr