From: Jayamohan Kallickal Date: Sat, 6 Apr 2013 03:38:31 +0000 (-0700) Subject: [SCSI] be2iscsi : Fix the NOP-In handling code path X-Git-Tag: v3.10-rc1~3^2~1^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4a11b98a39f479cdccef879635a72b0422049b;p=pandora-kernel.git [SCSI] be2iscsi : Fix the NOP-In handling code path When target send a NOP-IN with valid TTT, driver issues a NOP-OUT and the task was not freed from driver. The task list available for the session used to run out, and as no more task list were available no more iSCSI commands were exchanged on that session. This patches fixed the issue, by calling iscsi_put_task. Signed-off-by: Minh Tran Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed