commit | 18a8d4214b861aff0caa5acfa921862d0be05bbb | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Oct 27 13:10:15 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Nov 04 13:54:37 2010 +0100 |
tree | 0763617ff7398d34515fd0eb3789c56737d0ea5c | |
parent | b2df7531f3adc4f0f65067b917cef8c66ba812c5 [diff] |
virtio-blk: Handle immediate flush failure properly Fix virtio-blk to use the usual completion path that involves werror handling instead of directly completing the request in cases where bdrv_aio_flush returns NULL. Signed-off-by: Kevin Wolf <kwolf@redhat.com>