Let storage tuning options be set via environment variables.
[bluesky.git] / bluesky / bluesky.h
index 58ff29f..421d07d 100644 (file)
@@ -28,7 +28,7 @@ typedef struct {
     /* Can inodes be fetched asynchronously?  (Inode object is initially
      * created in a pending state, and not unlocked until the data is actually
      * available.) */
-    int async_inode_fetches;
+    int sync_inode_fetches;
 } BlueSkyOptions;
 
 extern BlueSkyOptions bluesky_options;