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

We reduce the signature of tipc_nametbl_lookup_group() by using a
struct tipc_uaddr pointer. This entails a couple of minor changes in the
functions tipc_send_group_mcast/anycast/unicast/bcast() in socket.c

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