]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: simplify signature of tipc_find_service()
authorJon Maloy <jmaloy@redhat.com>
Wed, 17 Mar 2021 02:06:20 +0000 (22:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2021 18:51:05 +0000 (11:51 -0700)
commit1054204e340f68d6bfd10e7f2012b94d2dece3bc
tree8c2903e405cd7fe06f65cccaf420579aa2274f54
parente15d2e27fe67823588c8905273b9f35bbac930b8
tipc: simplify signature of tipc_find_service()

We reduce the signature of tipc_find_service() and
tipc_create_service(). The reason for doing this might not
be obvious, but we plan to let struct tipc_uaddr contain
information that is relevant for these functions in a later
commit.

Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Hoang Le <hoang.h.le@dektech.com.au>
Acked-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/socket.c