Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixes

This commit is contained in:
James Bottomley
2016-11-10 10:22:23 -08:00
7 changed files with 29 additions and 8 deletions

View File

@@ -2081,9 +2081,10 @@ void cxgbi_cleanup_task(struct iscsi_task *task)
/* never reached the xmit task callout */
if (tdata->skb)
__kfree_skb(tdata->skb);
memset(tdata, 0, sizeof(*tdata));
task_release_itt(task, task->hdr_itt);
memset(tdata, 0, sizeof(*tdata));
iscsi_tcp_cleanup_task(task);
}
EXPORT_SYMBOL_GPL(cxgbi_cleanup_task);