summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-14 18:48:02 +0100
committerAmitay Isaacs <amitay@gmail.com>2014-03-06 11:31:13 +1100
commitbe2f1a0c790d08571dd757fb7b2941d367175008 (patch)
treedc376f98047e70ae5799c101856a483eb6b6431e /ctdb
parentcd877b6a21a5080b3d9ae8ee7ac8cf27c4fd9512 (diff)
downloadsamba-be2f1a0c790d08571dd757fb7b2941d367175008.tar.gz
samba-be2f1a0c790d08571dd757fb7b2941d367175008.tar.xz
samba-be2f1a0c790d08571dd757fb7b2941d367175008.zip
ctdb-vacuum: update comment for ctdb_process_delete_queue
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_vacuum.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c
index d8ab30c379e..554e2752563 100644
--- a/ctdb/server/ctdb_vacuum.c
+++ b/ctdb/server/ctdb_vacuum.c
@@ -702,9 +702,10 @@ done:
}
/**
- * Fast vacuuming run:
* Traverse the delete_queue.
- * This fills the same lists as the database traverse.
+ * Records are either deleted directly or filled
+ * into the delete list or the vacuum fetch lists
+ * for further processing.
*/
static void ctdb_process_delete_queue(struct ctdb_db_context *ctdb_db,
struct vacuum_data *vdata)