From f7d4851cc37dba538bce130a90001b16425a8e08 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 17:12:00 +0000 Subject: (diskfs_drop_node): Implement diskfs_synchronous. --- libdiskfs/node-drop.c | 4 ++-- 1 file 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) { -- cgit v1.2.3