]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] cleanup setting task state in scsi_error_handler()
authorDan Williams <dan.j.williams@intel.com>
Fri, 22 Jun 2012 06:25:42 +0000 (23:25 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 20 Jul 2012 07:58:47 +0000 (08:58 +0100)
commitd4560a12405cf337dc653302d6e4231b8e338063
tree30976ba8c1e87478747fef775be6ab73f57a0a38
parentf7557936e39895c76335e036bcaebae97b48eab8
[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>
drivers/scsi/scsi_error.c