ctdb-recoverd: Drop unused nodemap argument from update_flags_on_all_nodes()
authorMartin Schwenke <martin@meltin.net>
Thu, 18 Jan 2018 09:25:07 +0000 (20:25 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 24 Jul 2020 04:41:25 +0000 (04:41 +0000)
commit6982fcb3e6c940d0047aac3b6bfbc9dfdc8d7214
treefb72c4d3adab42709cc4543a39ad6e33d1df26d9
parent484a764e832bcfcaf15a1c6f157643bd0e0df5d1
ctdb-recoverd: Drop unused nodemap argument from update_flags_on_all_nodes()

An unused argument needlessly extends the length of function calls.  A
subsequent change will allow rec->nodemap to be used if necessary.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_recoverd.c