commit | 453f9a1652629e5805995b165be2e634c8487139 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 02 14:01:21 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jul 02 15:44:12 2010 +0200 |
tree | c54263b14573c8033c6604c350532349bc26d8ec | |
parent | c2abccecd93d5977460fdfdab19461ccfa09ae21 [diff] |
block: Fix early failure in multiwrite bdrv_aio_writev may call the callback immediately (and it will commonly do so in error cases). Current code doesn't consider this. For details see the comment added by this patch. Signed-off-by: Kevin Wolf <kwolf@redhat.com>