commit | b11a24dee661dd1e1de0dcbc149052ed67b0647a | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jun 07 15:20:44 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jun 14 17:03:27 2011 +0200 |
tree | 9d699c0f991f57b28267c744a7b90f775e8f4c9c | |
parent | 42496d6240bfedc7ac6d92f04f92cff6c2e9f226 [diff] |
qcow: Avoid direct AIO callback bdrv_aio_* must not call the callback before returning to its caller. In qcow, this could happen in some error cases. This starts the real requests processing in a BH to avoid this situation. Signed-off-by: Kevin Wolf <kwolf@redhat.com>