summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-08 21:36:01 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-08 21:36:01 +0000
commit4490a05b6d723278548c8afd29d505770d545426 (patch)
tree03dbdfb55c9bd8605679c2c2611a5c4b0a6e9b0e /libdiskfs
parent755424fe0c92a242ca8c4572303205b20d02bf7c (diff)
(diskfs_synchronous): New variable.
Diffstat (limited to 'libdiskfs')
-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;