From: Andrew Vasquez Date: Wed, 31 Aug 2005 22:18:35 +0000 (-0700) Subject: [SCSI] fc_transport: Generalize WWN to u64 interger conversions. X-Git-Tag: v2.6.14-rc1~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218fba0004390b0101e681f6db1b8920c1109e54;p=pandora-kernel.git [SCSI] fc_transport: Generalize WWN to u64 interger conversions. On some platforms the hard-casting of 8 byte node_name and port_name arrays to an u64 would cause unaligned-access warnings. Generalize the conversions with a transport helper function which performs consistent shifting of WWN bytes. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed