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)
commit6e44867b01e6998ce4c997dc7921d0fb157c3661
tree8c2903e405cd7fe06f65cccaf420579aa2274f54
parent13c9d23f6ac3fa05f1e4f485c1873748912c1d23
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