From: Robert Love Date: Tue, 25 Aug 2009 21:02:59 +0000 (-0700) Subject: [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create X-Git-Tag: v2.6.32-rc1~689^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9737e6a7b5b8af48f983cd565df93493597c565b;p=pandora-kernel.git [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create Currently these values are initialized by the callers. This was exposed by a later patch that adds PLOGI request support. The patch failed to initialize the new remote port's roles and it caused problems. This patch has the rport_create routine initialize the identifiers and then the callers can override them with real values. Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed