commit | 55bdabdf41b6ee99e22e9d78a895b001fb1d852e | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Thu Jun 16 15:57:09 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jul 25 07:47:59 2011 +0000 |
tree | a66c6d6480a2bddc7cbd534be6411cdda27a4898 | |
parent | 123521830c0ea35055b900d2ff0b73bb129e08cb [diff] |
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 <agrover@redhat.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>