summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/priv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index 899c8e30..2231bf8e 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -1,5 +1,5 @@
/* Private declarations for fileserver library
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 1995 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -101,6 +101,8 @@ extern spin_lock_t _diskfs_control_lock;
\
mutex_lock (&np->lock); \
(OPERATION); \
+ if (diskfs_synchronous) \
+ diskfs_node_update (np, 1); \
mutex_unlock (&np->lock); \
return err; \
})