summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/registers.h
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2012-01-26 21:13:11 -0600
committerJames Bottomley <JBottomley@Parallels.com>2012-02-19 08:09:00 -0600
commite3d338a536330b5ffc9f28d7c6a4cdf6ba51867a (patch)
tree6c49d84c7ac6e73ab2b3fbfbceaedcdcb2529f72 /drivers/scsi/isci/registers.h
parent1304be5fe0efb42b7ec6a50dd8e1a9bce2adae17 (diff)
[SCSI] libiscsi: fix cmd timeout/completion race
If the driver/lib has called scsi_done and cleaned up internally but scsi layer has not yet called blk_mark_rq_complete when the command times out we hit a problem if the timeout code calls blk_mark_rq_complete first. When the time out code calls into the driver we were returning BLK_EH_RESET_TIMER and that causes the timeout code to just call us again later. We need to be calling BLK_EH_HANDLED so the timeout code can complete the completion process because it had called blk_mark_rq_complete on the command and now owns its processing. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/isci/registers.h')
0 files changed, 0 insertions, 0 deletions