]> asedeno.scripts.mit.edu Git - linux.git/commit
tipc: some name changes
authorJon Maloy <jon.maloy@ericsson.com>
Thu, 15 Mar 2018 15:48:55 +0000 (16:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Mar 2018 21:11:46 +0000 (17:11 -0400)
commite50e73e10757ac86fcb1aaa986055049e060727a
tree5e391511f787a056856dff10d4785903ff22cab3
parent935439cc48ef24f0e50396be3684a0f27e609363
tipc: some name changes

We rename some lists and fields in struct publication both to make
the naming more consistent and to better reflect their roles. We
also update the descriptions of those lists.

node_list -> local_publ
cluster_list -> all_publ
pport_list -> binding_sock
ref -> port

There are no functional changes 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>
net/tipc/name_distr.c
net/tipc/name_distr.h
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/socket.c