From: Joe Eykholt Date: Tue, 25 Aug 2009 21:00:55 +0000 (-0700) Subject: [SCSI] libfc: change elsct to use FC_ID instead of rdata X-Git-Tag: v2.6.32-rc1~689^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46f327aa5caf2cce138e98ddd863b6cca0e71e2;p=pandora-kernel.git [SCSI] libfc: change elsct to use FC_ID instead of rdata tt.elsct_send is used by both FCP and by the rport state machine. After further patches, these two modules will use different structures for the remote port. So, change elsct_send to use the FC_ID instead of the fc_rport_priv as its argument. It currently only uses the FC_ID anyway. For CT requests the destination FC_ID is still implicitly 0xfffffc. After further patches the did arg on CT requests will be used to specify the FC_ID being inquired about for GPN_ID or other queries. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed