commit | a83cfd12d9868b6732e3c6e5b2cbd69a2e0ab689 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Wed Sep 24 16:27:55 2014 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 30 13:30:51 2014 +0200 |
tree | 9df0c0f8fa533ba608e654dbc0b545d48266d2df | |
parent | 3df9caf88f5c0859ae380101fea47609ba1dbfbd [diff] |
scsi: Drop SCSIReqOps.cancel_io The only two implementations are identical to each other, with nothing specific to device: they only call bdrv_aio_cancel with the SCSIRequest.aiocb. Let's move it to scsi-bus. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>