+2
−4
Loading
In spdk_iscsi_conn_handle_queued_datain_tasks(), we had overwritten task->scsi.lun. However, if the primary task is already submitted, it cannot process IO completion correctly because task->scsi.lun is NULL. This patch fixes the issue. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: Ia63f4c2e37b43477eaccbfd6dfea28fa357bde12 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473627 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com>