g_free(async->key);
bluesky_string_unref(async->data);
g_free(async);
- g_log("bluesky/store", G_LOG_LEVEL_DEBUG,
- "freeing async");
}
}
wcc->before.pre_op_attr_u.attributes.ctime.seconds = inode->ctime / 1000000;
wcc->before.pre_op_attr_u.attributes.ctime.nseconds = (inode->ctime % 1000000) * 1000;
}
+
void *
nfsproc3_null_3_svc(void *argp, struct svc_req *rqstp)
{
bluesky_init();
register_rpc();
+ bluesky_options.synchronous_stores = 1;
+
store = bluesky_store_new("file");
fs = bluesky_init_fs("export", store);