diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-22 02:39:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-22 02:39:27 +0000 |
commit | 8013eb9b3d68e0104bd67878776d3ad6b59d71cf (patch) | |
tree | 9b10486a75440c89b574138220cf555981d18dd6 /ufs/sizes.c | |
parent | 15b5418f8513ce6e1d3311075ad8a42cbb2ff239 (diff) |
Formerly sizes.c.~19~
Diffstat (limited to 'ufs/sizes.c')
-rw-r--r-- | ufs/sizes.c | 2 |
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; } |