diff options
| author | 2011-06-16 15:57:09 -0700 | |
|---|---|---|
| committer | 2011-07-25 07:47:59 +0000 | |
| commit | 55bdabdf41b6ee99e22e9d78a895b001fb1d852e (patch) | |
| tree | a66c6d6480a2bddc7cbd534be6411cdda27a4898 /tools/perf/scripts | |
| parent | iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi (diff) | |
| download | linux-dev-55bdabdf41b6ee99e22e9d78a895b001fb1d852e.tar.xz linux-dev-55bdabdf41b6ee99e22e9d78a895b001fb1d852e.zip | |
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 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
