]> git.proxmox.com Git - qemu.git/commit
block: Fix multiwrite with overlapping requests
authorKevin Wolf <kwolf@redhat.com>
Fri, 21 May 2010 09:09:42 +0000 (11:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 May 2010 11:14:25 +0000 (13:14 +0200)
commitcbf1dff2f1033cadcb15c0ffc9c0a3d039d8ed42
tree9db4d567a701b04ae433711858405ccd4aae4adc
parent175e11526e2613b3dc031c23fec3107aa4a80307
block: Fix multiwrite with overlapping requests

With overlapping requests, the total number of sectors is smaller than the sum
of the nb_sectors of both requests.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c