commit | 3f3aace83046a6740d4e6f92811d333c6741db00 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 14 17:50:54 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 15 12:40:08 2011 +0100 |
tree | 578d665c6d1a62ddcdf360d9a828c82c5b4a41c8 | |
parent | b9b2008bbff49e2714491a95109e1189e54a6491 [diff] |
block: avoid useless checks on acb->bh Coverity is confused by this "if" and reports leaks on acb->bh. The bottom half is always deleted before releasing the AIOCB, in either bdrv_aio_cancel_em or bdrv_aio_bh_cb. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>