From 228f5889569afa6f783c1f17afda49d73c7360c5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Feb 1994 20:02:04 +0000 Subject: Formerly node-drop.c.~3~ --- libdiskfs/node-drop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs') diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index 6c0e609d..c8768c4a 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -18,7 +18,7 @@ #include "priv.h" /* Node NP now has no more references; clean all state. The - _diskfs_node_refcnt_lock must be held. */ + diskfs_node_refcnt_lock must be held. */ void diskfs_drop_node (struct node *np) { @@ -33,6 +33,7 @@ diskfs_drop_node (struct node *np) diskfs_node_update (np, 1); diskfs_free_node (np); } + diskfs_node_norefs (np); } -- cgit v1.2.3