From 1714516ba039f1197ea7ead3aa450b9b7f9b015e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Apr 1996 18:35:14 +0000 Subject: (diskfs_dirempty): node_update -> diskfs_node_update. --- ufs/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ufs/dir.c b/ufs/dir.c index 67b3645e..ed7ac212 100644 --- a/ufs/dir.c +++ b/ufs/dir.c @@ -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; } -- cgit v1.2.3