mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb:vacuum: remove a superfluous and misleading comment
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
413f99f86e
commit
e0a11369cf
@ -1509,9 +1509,6 @@ ctdb_vacuum_event(struct event_context *ev, struct timed_event *te,
|
|||||||
_exit(1);
|
_exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* repack the db
|
|
||||||
*/
|
|
||||||
if ((ctdb->tunable.vacuum_fast_path_count > 0) &&
|
if ((ctdb->tunable.vacuum_fast_path_count > 0) &&
|
||||||
(vacuum_handle->fast_path_count == 0))
|
(vacuum_handle->fast_path_count == 0))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user