ctdb-vacuum: Remove unnecessary check for zero records in delete list
authorAmitay Isaacs <amitay@gmail.com>
Wed, 14 Feb 2018 04:23:07 +0000 (15:23 +1100)
committerAmitay Isaacs <amitay@samba.org>
Mon, 8 Oct 2018 00:46:21 +0000 (02:46 +0200)
commite15cdc652d76b37c58cd114215f00500991bc6b4
tree702a605d11298b0a9c51424c3c2028aecc843dbb
parentef052397173522ac2dd0d0bd9660a18a13a3e4fc
ctdb-vacuum: Remove unnecessary check for zero records in delete list

Since no records are deleted from RB tree during step 1, there is no
need for the check.  Run step 2 unconditionally.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13641

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