diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:35:14 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:35:14 +0000 |
| commit | 1f5db073a1c103fc54f9568c53d3d0c17fd32767 (patch) | |
| tree | ee63039fb1278f87673c010deed18e04da5d9568 /ufs | |
| parent | 15ec6058ff8a845747c1f59e815806304b7c7e57 (diff) | |
(diskfs_dirempty): node_update -> diskfs_node_update.
Diffstat (limited to 'ufs')
| -rw-r--r-- | ufs/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -718,14 +718,14 @@ diskfs_dirempty(struct node *dp, if (!diskfs_readonly) dp->dn_set_atime = 1; if (diskfs_synchronous) - node_update (dp, 1); + diskfs_node_update (dp, 1); return 0; } } if (!diskfs_readonly) dp->dn_set_atime = 1; if (diskfs_synchronous) - node_update (dp, 1); + diskfs_node_update (dp, 1); vm_deallocate (mach_task_self (), buf, dp->dn_stat.st_size); return 1; } |
