]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
isci: Handle timed-out request terminations correctly
authorJeff Skirvin <jeffrey.d.skirvin@intel.com>
Mon, 20 Jun 2011 21:09:16 +0000 (14:09 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:04:50 +0000 (04:04 -0700)
commit77c852f312243192b1f2ce7fc56d678784786692
treebb0f8a9694f1f2cf4d7985ef3dc40af79963c4f7
parentf53a3a32c1e799e27f63bff7b42b4c36749e5e6f
isci: Handle timed-out request terminations correctly

In the situation where a termination of an I/O times-out,
make sure that the linkage from the request to the task
is severed completely.  Also make sure that the selection
of tasks to terminate occurs under scic_lock.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/request.c
drivers/scsi/isci/task.c