diff options
author | Andy Grover <agrover@redhat.com> | 2011-06-17 00:57:09 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-06-29 23:22:13 +0200 |
commit | 516f43a2a555000e77c1d59b8298cb46aad9ecc1 (patch) | |
tree | 1e9fe8742e1c70cdf65e9f3f926ea30075e09131 /drivers/tty/synclink.c | |
parent | [SCSI] mpt2sas: Bump version 09.100.00.00 (diff) | |
download | linux-516f43a2a555000e77c1d59b8298cb46aad9ecc1.tar.xz linux-516f43a2a555000e77c1d59b8298cb46aad9ecc1.zip |
[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 <agrover@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/tty/synclink.c')
0 files changed, 0 insertions, 0 deletions