diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:12:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:12:00 +0000 |
commit | f7d4851cc37dba538bce130a90001b16425a8e08 (patch) | |
tree | 9ee2dca5c691462ad98c62558e156160a05606b5 | |
parent | 4ac8d8749c3c0f683764189cc881f33fa76bc7ac (diff) |
(diskfs_drop_node): Implement diskfs_synchronous.
-rw-r--r-- | libdiskfs/node-drop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index ce600abf..aeeda01b 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -1,5 +1,5 @@ /* - 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 @@ -57,7 +57,7 @@ diskfs_drop_node (struct node *np) diskfs_free_node (np, savemode); } else - diskfs_node_update (np, 0); + diskfs_node_update (np, diskfs_synchronous); if (np->dirmod_reqs) { |