Yet another cleaner bugfix.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 18 Mar 2011 08:31:28 +0000 (01:31 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 18 Mar 2011 08:31:28 +0000 (01:31 -0700)
bluesky/cleaner.c

index be0ab6a..a892e72 100644 (file)
@@ -303,6 +303,12 @@ void bluesky_cleaner_merge(BlueSkyFS *fs)
         return;
     }
 
+    if (checkpoint->type != LOGTYPE_CHECKPOINT) {
+        g_warning("Last cleaner object not a checkpoint; cleaning probably in progress.");
+        bluesky_cleaner_item_free(checkpoint);
+        return;
+    }
+
     /* Iterate over each of the inode map sections in the checkpoint */
     for (int i = 0; i < checkpoint->links->len; i++) {
         BlueSkyCleanerLink *link = &g_array_index(checkpoint->links,