commit | 682a9b213ca3c47c4de5b0518c59c2e550299106 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Aug 03 10:49:06 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Aug 12 08:27:00 2011 -0500 |
tree | 3bb4e98871f5fe44a1a3ccb93288548fde22a53b | |
parent | 05751d3ff7d3c12d1468002886a71453491481ce [diff] |
scsi: pass status when completing A small improvement in the SCSI request API. Pass the status at the time the request is completed, so that we can assert that no request is completed twice. This would have detected the problem fixed in the previous patch. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>