ctdb-vacuum: Remove unnecessary check for zero records in delete list
commit604c7b87e054a9870a12c1d804eec332b6c7b5ad
authorAmitay Isaacs <amitay@gmail.com>
Wed, 14 Feb 2018 04:23:07 +0000 (14 15:23 +1100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Oct 2018 09:29:25 +0000 (9 11:29 +0200)
treec6d6d9778cee1f941325efdc4cdfcaf0c5bd56b4
parent00a263982cdf666c1c9c409e4f07df8f5d38ab98
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>
(cherry picked from commit e15cdc652d76b37c58cd114215f00500991bc6b4)
ctdb/server/ctdb_vacuum.c