From bd4311939201c82532ac1a7ba6d40235fbc456bf Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 5 Oct 1994 17:00:36 +0000 Subject: entered into RCS --- libdiskfs/node-drop.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index 8460d49c..ce600abf 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -29,6 +29,9 @@ diskfs_drop_node (struct node *np) { assert (!diskfs_readonly); + if (np->istranslated) + diskfs_set_translator (np, 0, 0, 0); + if (np->allocsize != 0) { /* If the node needs to be truncated, then a complication -- cgit v1.2.3