From 4490a05b6d723278548c8afd29d505770d545426 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 8 Mar 1995 21:36:01 +0000 Subject: (diskfs_synchronous): New variable. --- libdiskfs/diskfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs') 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; -- cgit v1.2.3