vacuum: add explicit temporary memory context to ctdb_process_delete_list()
authorMichael Adam <obnox@samba.org>
Sat, 29 Dec 2012 16:16:33 +0000 (17:16 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 26 Apr 2013 14:18:11 +0000 (16:18 +0200)
commit640135d72e08480a433b34d901a2af4c300b7709
tree8a1d3f3684911e1b8dc72a46241b66bee634a7f4
parent262935daa73e38d157513dd4351b7fc8caff6405
vacuum: add explicit temporary memory context to ctdb_process_delete_list()

This removes the implicit artificial talloc hierarchy and makes the
code easier to understand.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-By: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit b7c3b8cdf92c597e621e3dae28b110d321de5ea8)
server/ctdb_vacuum.c