From b9cf318c7decf34becb3e922a53fad9845b4bbba Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 19:09:45 +0000 Subject: (diskfs_S_dir_lookup): Typo. --- libdiskfs/dir-lookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index cee5f614..a9d3133e 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -155,8 +155,8 @@ diskfs_S_dir_lookup (struct protid *dircred, error = diskfs_create_node (dnp, path, mode, &np, dircred, ds); if (diskfs_synchronous) { - diskfs_update_file (dnp, 1); - diskfs_update_file (np, 1); + diskfs_file_update (dnp, 1); + diskfs_file_update (np, 1); } newnode = 1; } -- cgit v1.2.3