diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-14 22:43:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-14 22:43:23 +0000 |
commit | 8213d5710f6c58c8a1063dbb8f47631d78caaff4 (patch) | |
tree | d2e5c48c3f463cd227cdf038712b2965598d3ef4 | |
parent | af881f6f26d36b065fcb5ab1c7e67f8c0a2ade89 (diff) |
Formerly node-drop.c.~5~
-rw-r--r-- | libdiskfs/node-drop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index 7f2de299..8e0fccde 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -35,6 +35,9 @@ diskfs_drop_node (struct node *np) diskfs_node_update (np, 1); diskfs_free_node (np, savemode); } + else + diskfs_node_update (np, 0); + diskfs_node_norefs (np); } |