diff options
author | Dan Williams <dan.j.williams@intel.com> | 2012-06-22 08:25:42 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-07-20 09:58:47 +0200 |
commit | b9d5c6b7ef570bea0d22746944d7b58fa7f17b13 (patch) | |
tree | 30976ba8c1e87478747fef775be6ab73f57a0a38 /drivers/scsi/libsas | |
parent | [SCSI] libsas: cleanup spurious calls to scsi_schedule_eh (diff) | |
download | linux-b9d5c6b7ef570bea0d22746944d7b58fa7f17b13.tar.xz linux-b9d5c6b7ef570bea0d22746944d7b58fa7f17b13.zip |
[SCSI] cleanup setting task state in scsi_error_handler()
A quick reading of scsi_error_handler() one could come away with the
impression that it does its wakeup event check while the task state is
TASK_RUNNING. In fact it sets TASK_INTERRUPTIBLE at the bottom of the
loop, but that is ~50 lines down.
Just set TASK_INTERRUPTIBLE at the top of loop and be done.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/libsas')
0 files changed, 0 insertions, 0 deletions