diff options
author | Jon Maloy <[email protected]> | 2021-06-02 13:44:24 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-06-03 14:06:39 -0700 |
commit | 14623e005a1e74864afca1261a3aa8e6e8017df9 (patch) | |
tree | be04beeb1f38a0f2feab54ffe183f5a67e0b2a0a /net/tipc/msg.c | |
parent | eda1bc65b0dc1b03006e427430ba23746ec44714 (diff) |
tipc: eliminate redundant fields in struct tipc_sock
We eliminate the redundant fields conn_type and conn_instance in
struct tipc_sock. On the connecting side, this information is already
present in the unused (after the connection is established) part of
the pre-allocated header, and on the accepting side, we put it there
when the new socket is created.
Reviewed-by: Xin Long <[email protected]>
Tested-by: Hoang Le <[email protected]>
Signed-off-by: Jon Maloy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/msg.c')
0 files changed, 0 insertions, 0 deletions