ctdb:vacuum: use plain tdb_repack() instead of ctdb_repack_tdb()
commit368683d7af747e3d67c48a702ff315a2022c6f85
authorMichael Adam <obnox@samba.org>
Sat, 19 Apr 2014 00:53:29 +0000 (19 02:53 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 17 Jun 2014 07:33:10 +0000 (17 09:33 +0200)
tree8fce0241f099e6b78f357df49bac39f1042b0627
parentec2f1abe486c77f8a27ebc731917337efc9cd04f
ctdb:vacuum: use plain tdb_repack() instead of ctdb_repack_tdb()

Since we usually have 0 records left for repack-deletion,
repacking is essentially used for the purpose of defragmenting
the freelist, we can use the vanilla tdb_repack function.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_vacuum.c