From: Andy Grover Date: Thu, 16 Jun 2011 22:57:09 +0000 (-0700) Subject: iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] X-Git-Tag: v3.1-rc1~137^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55bdabdf41b6ee99e22e9d78a895b001fb1d852e;p=pandora-kernel.git 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