]> 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)
commitdc96165796f89e32306988c10e3f97f80c1a1de6
tree5e391511f787a056856dff10d4785903ff22cab3
parenta31faf2908157fcfef9964741c740966001db918
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