commit | d33ea50a958b2e050d2b28e5f17e3b55e91c6d74 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Oct 27 13:15:27 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Nov 04 13:54:37 2010 +0100 |
tree | 8a639706b8571ddff3447b06c656a957ef3e45f3 | |
parent | 18a8d4214b861aff0caa5acfa921862d0be05bbb [diff] |
scsi-disk: Fix immediate failure of bdrv_aio_* Fix scsi-disk to use the usual completion paths that involve rerror/werror handling instead of directly completing the requests in cases where bdrv_aio_readv/writev returns NULL. Signed-off-by: Kevin Wolf <kwolf@redhat.com>