Re: [PATCH 01/22] qla2xxx: Fix wrong IOCB type assumption.

2016-12-15 Thread Madhani, Himanshu
On 12/14/16, 1:09 PM, "Christoph Hellwig" wrote: >On Tue, Dec 06, 2016 at 12:30:30PM -0800, Himanshu Madhani wrote: >> +uint32_t unpacked_lun = 0; > >Please remove the unpacked_lun variable as well, and just directly >pass 0 to qlt_issue_task_mgmt. Ack, will update and resend this patch. >

Re: [PATCH 01/22] qla2xxx: Fix wrong IOCB type assumption.

2016-12-14 Thread Christoph Hellwig
On Tue, Dec 06, 2016 at 12:30:30PM -0800, Himanshu Madhani wrote: > + uint32_t unpacked_lun = 0; Please remove the unpacked_lun variable as well, and just directly pass 0 to qlt_issue_task_mgmt. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message t

[PATCH 01/22] qla2xxx: Fix wrong IOCB type assumption.

2016-12-06 Thread Himanshu Madhani
From: Quinn Tran qlt_reset is call with Immedidate Notification IOCB only. Current code wrongly cast it as ATIO IOCB. Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani --- drivers/scsi/qla2xxx/qla_target.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/driver