Allow cloudlog items to be unreferenced in the background.
[bluesky.git] / bluesky / inode.c
index 515b72f..0d40da4 100644 (file)
@@ -94,6 +94,8 @@ BlueSkyFS *bluesky_new_fs(gchar *name)
     fs->log_state = g_new0(BlueSkyCloudLogState, 1);
     fs->log_state->data = g_string_new("");
 
+    bluesky_cloudlog_threads_init(fs);
+
     return fs;
 }