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 | c3d5befb7e6321f6f28cc991e3024d71fffe1ea8 (patch) | |
tree | 98a22a9f7ec02c2293705cb48c24229e1c78c9ca /ufs | |
parent | 852149ee4f1e3390491149ed8c5e250d1076ca5c (diff) |
Formerly sizes.c.~19~
Diffstat (limited to 'ufs')
-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; } |