[SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changes
authorAndreas Herrmann <aherrman@de.ibm.com>
Mon, 13 Jun 2005 11:18:56 +0000 (13:18 +0200)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 14 Jun 2005 02:30:05 +0000 (21:30 -0500)
From: Maxim Shchetynin <maxim@de.ibm.com>

Fixes a bug in zfcp_send_els_handler.  If D_ID assignments for ports
are changing between initiation of one ELS request and its completion
the wrong port might be accessed in the completion for that ELS
request. Thus a pointer to the port has to be passed for ELS requests
to identify the port structure if required.

Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found