From: Andreas Herrmann Date: Mon, 13 Jun 2005 11:18:56 +0000 (+0200) Subject: [SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changes X-Git-Tag: v2.6.14-rc2~49^2~36^2~56^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b29a130901d5b8578e9f602cf2dae56aaff224;p=pandora-kernel.git [SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changes From: Maxim Shchetynin 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed