]> git.proxmox.com Git - qemu.git/commit
Revert "block: complete all IOs before .bdrv_truncate"
authorPeter Lieven <pl@dlhnet.de>
Mon, 11 Mar 2013 10:03:28 +0000 (11:03 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Mar 2013 16:51:31 +0000 (17:51 +0100)
commit5c916681ae2383f0425bb8a3680ade9d055f5dfe
tree28712d770a3919539351a607633b9f95e1fea702
parentafed26082219b49443193b4ac32d113bbcf967fd
Revert "block: complete all IOs before .bdrv_truncate"

brdv_truncate() is also called from readv/writev commands on self-
growing file based storage. this will result in requests waiting
for theirselves to complete.

This reverts commit 9a665b2b8640e464f0a778216fc2dca8d02acf33.

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