diff options
author | Michael Adam <obnox@samba.org> | 2011-12-13 16:05:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-12-23 17:39:04 +0100 |
commit | 1c0bc40961b673952728fa29ee2265183028aad7 (patch) | |
tree | ebc61753904c619cf49940f85c043e97fc9f0e6d | |
parent | b09bd3e841ebb51badc74108522b3753ffa9aafd (diff) | |
download | samba-1c0bc40961b673952728fa29ee2265183028aad7.tar.gz samba-1c0bc40961b673952728fa29ee2265183028aad7.tar.xz samba-1c0bc40961b673952728fa29ee2265183028aad7.zip |
vacuum: fix and improve a comment
(This used to be ctdb commit 0ed349c24c7399b3b440c1f5d573db77ddb988b3)
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index 9bffefde3d..edd112fdb6 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -670,9 +670,10 @@ static int ctdb_vacuum_db(struct ctdb_db_context *ctdb_db, return -1; } - /* - * outdata countains the list of records coming back - * from the node which the node could not delete + /* + * outdata contains the list of records coming back + * from the node: These are the records that the + * remote node could not delete. */ records = (struct ctdb_marshall_buffer *)outdata.dptr; rec = (struct ctdb_rec_data *)&records->data[0]; |