commit | 23fd3eace088ab1872ee59c19191a119ec779ac9 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Thu Mar 22 20:42:49 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 23 13:12:18 2018 -0400 |
tree | 9469f540f7bd0279b0359bff04362877bd28e27b | |
parent | b89afb116ca2830cc982624f93e888860868a84b [diff] |
tipc: remove direct accesses to own_addr field in struct tipc_net As a preparation to changing the addressing structure of TIPC we replace all direct accesses to the tipc_net::own_addr field with the function dedicated for this, tipc_own_addr(). There are no changes to program logics in this commit. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>