Add synchronous inode logging in the NFS server.
[bluesky.git] / bluesky / inode.c
index e15d5b7..5977955 100644 (file)
@@ -415,5 +415,5 @@ void bluesky_superblock_flush(BlueSkyFS *fs)
     bluesky_store_async_submit(async);
     bluesky_store_async_unref(async);
 
-    bluesky_store_sync(fs->store);
+    //bluesky_store_sync(fs->store);
 }