tipc: simplify signature of tipc_nametbl_withdraw() functions
authorJon Maloy <jmaloy@redhat.com>
Wed, 17 Mar 2021 02:06:13 +0000 (22:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2021 18:51:04 +0000 (11:51 -0700)
commit2c98da0790634d0ec08ff7856769ffb56ca7c469
tree825cda694feaa2d7093918a19725eedb09447686
parenta45ffa68573e97fdced4b08aef19efda555f18bc
tipc: simplify signature of tipc_nametbl_withdraw() functions

Following the principles of the preceding commits, we reduce
the number of parameters passed along in tipc_sk_withdraw(),
tipc_nametbl_withdraw() and associated functions.

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_distr.c
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/node.c
net/tipc/socket.c