mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
IB/srpt: Increase lid and sm_lid to 32 bits
srpt contains lid and sm_lid fields which are 16 bits in length, increase them to 32 bits. Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Don Hiatt <don.hiatt@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
d541e45500
commit
4c4736905e
@ -328,8 +328,8 @@ struct srpt_port {
|
||||
u8 port_guid[24];
|
||||
u8 port_gid[64];
|
||||
u8 port;
|
||||
u16 sm_lid;
|
||||
u16 lid;
|
||||
u32 sm_lid;
|
||||
u32 lid;
|
||||
union ib_gid gid;
|
||||
struct work_struct work;
|
||||
struct se_portal_group port_guid_tpg;
|
||||
|
Loading…
Reference in New Issue
Block a user