diff options
author | Andy Grover <agrover@redhat.com> | 2011-06-16 15:57:09 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-07-25 07:47:59 +0000 |
commit | 55bdabdf41b6ee99e22e9d78a895b001fb1d852e (patch) | |
tree | a66c6d6480a2bddc7cbd534be6411cdda27a4898 /samples | |
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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions