summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/diskfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index bb71531e..83579d4e 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -134,6 +134,9 @@ extern volatile struct mapped_time_value *diskfs_mtime;
extern int diskfs_bootflags;
extern char *diskfs_bootflagarg;
+/* True iff we should do every operation synchronously. */
+extern int diskfs_synchronous;
+
extern spin_lock_t diskfs_node_refcnt_lock;
extern int pager_port_type;