]> git.baikalelectronics.ru Git - kernel.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)
commit544865e8083a5d38ec9a2a70653f5815b6f5cd2a
tree5e391511f787a056856dff10d4785903ff22cab3
parent93d79bab6021ae5d45f3760ed669aad9e365c393
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