isci: save the i/o tag outside the scic request structure.

The pointer to the core representation of a request is marked NULL at
completion, but we need to save the i/o tag for task management.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Jacek Danecki <Jacek.Danecki@intel.com>
[revise changelog]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
此提交包含在:
Jeff Skirvin
2011-03-04 14:06:46 -08:00
提交者 Dan Williams
父節點 ec6c9638b0
當前提交 1fad9e934a
共有 3 個檔案被更改,包括 11 行新增7 行删除

查看文件

@@ -224,7 +224,7 @@ void isci_task_build_tmf(
void (*tmf_sent_cb)(
enum isci_tmf_cb_state,
struct isci_tmf *, void *),
void *cb_data);
struct isci_request *old_request);
int isci_task_execute_tmf(
struct isci_host *isci_host,