summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-19 20:03:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-19 20:03:12 +0000
commita922eaa595f2901312400c23083a3f5eff0c0908 (patch)
tree93b83476a3d90e417fc8398c89fcf9d3e0ebdc54
parent635b1e3f080083d65c1a54465d67e58d7f4fb493 (diff)
(diskfs_drop_node): Fixup.
-rw-r--r--libdiskfs/node-drop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c
index 76b72844..9947beef 100644
--- a/libdiskfs/node-drop.c
+++ b/libdiskfs/node-drop.c
@@ -89,7 +89,7 @@ diskfs_drop_node (struct node *np)
if (np->sockaddr)
mach_port_deallocate (mach_task_self (), np->sockaddr);
- _diskfs_purge_cache (np);
+ _diskfs_purge_cache_deletion (np);
diskfs_node_norefs (np);
spin_unlock (&diskfs_node_refcnt_lock);
}