Home
last modified time | relevance | path

Searched hist:"935439 cc48ef24f0e50396be3684a0f27e609363" (Results 1 – 2 of 2) sorted by relevance

/linux/net/tipc/
H A Dname_table.hdiff 935439cc48ef24f0e50396be3684a0f27e609363 Thu Mar 15 16:48:54 CET 2018 Jon Maloy <jon.maloy@ericsson.com> tipc: merge two lists in struct publication

The size of struct publication can be reduced further. Membership in
lists 'nodesub_list' and 'local_list' is mutually exlusive, in that
remote publications use the former and local publications the latter.
We replace the two lists with one single, named 'binding_node' which
reflects what it really is.

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>
H A Dname_distr.cdiff 935439cc48ef24f0e50396be3684a0f27e609363 Thu Mar 15 16:48:54 CET 2018 Jon Maloy <jon.maloy@ericsson.com> tipc: merge two lists in struct publication

The size of struct publication can be reduced further. Membership in
lists 'nodesub_list' and 'local_list' is mutually exlusive, in that
remote publications use the former and local publications the latter.
We replace the two lists with one single, named 'binding_node' which
reflects what it really is.

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>