Home
last modified time | relevance | path

Searched hist:"69 e2d1e6c0af0dd7f18cfd434b008844568641a9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.cdiff 69e2d1e6c0af0dd7f18cfd434b008844568641a9 Sat Nov 05 11:19:28 CDT 2016 Varun Prakash <varun@chelsio.com> scsi: libcxgbi: fix incorrect DDP resource cleanup

Before calling task_release_itt() task data is memset to zero because of
which DDP context information is lost resulting in incorrect DDP
resource cleanup, to fix this call task_release_itt() before memset.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>