From: Andy Grover Date: Thu, 16 Jun 2011 22:57:09 +0000 (-0700) Subject: [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] X-Git-Tag: v3.1-rc1~270^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516f43a2a555000e77c1d59b8298cb46aad9ecc1;p=pandora-kernel.git [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] struct scsi_lun is also just a struct with an array of 8 octets (64 bits) but using it instead in iscsi structs lets us call scsilun_to_int without a cast, and also lets us copy it using assignment, instead of memcpy(). Signed-off-by: Andy Grover Signed-off-by: James Bottomley --- Reading git-diff-tree failed