summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-22 02:39:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-22 02:39:27 +0000
commit8013eb9b3d68e0104bd67878776d3ad6b59d71cf (patch)
tree9b10486a75440c89b574138220cf555981d18dd6 /ufs
parent15b5418f8513ce6e1d3311075ad8a42cbb2ff239 (diff)
Formerly sizes.c.~19~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/sizes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/sizes.c b/ufs/sizes.c
index cc25f680..0bc0e547 100644
--- a/ufs/sizes.c
+++ b/ufs/sizes.c
@@ -505,5 +505,7 @@ diskfs_grow (struct node *np,
mach_port_deallocate (mach_task_self (), obj);
}
+ diskfs_file_update (np, 0);
+
return err;
}