]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Merge branch 'master' into next
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 11 Feb 2019 19:58:09 +0000 (20:58 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 11 Feb 2019 19:58:09 +0000 (20:58 +0100)
* master:
  Remove stale comment.
  Improve comment of snapshot_currently_being_removed.

dss.c

diff --git a/dss.c b/dss.c
index f8bbb99a987b51943a4699af51b69480bc0b92aa..3a5f68516cc3b32215cb26eb13a6bc7eaf777132 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -81,7 +81,7 @@ static int64_t next_snapshot_time;
 static struct timeval next_removal_check;
 /** Creation time of the snapshot currently being created. */
 static int64_t current_snapshot_creation_time;
-/** The snapshot currently being removed. */
+/* Set by the pre-rm hook, cleared by handle_remove_exit(). */
 struct snapshot *snapshot_currently_being_removed;
 /** Needed by the post-create hook. */
 static char *path_to_last_complete_snapshot;
@@ -574,9 +574,6 @@ static int is_reference_snapshot(struct snapshot *s)
        return strcmp(s->name, name_of_reference_snapshot)? 0 : 1;
 }
 
-/*
- * return: 0: no redundant snapshots, 1: rm process started, negative: error
- */
 static struct snapshot *find_redundant_snapshot(struct snapshot_list *sl)
 {
        int i, interval;