From 994601d32c580e433032cc17e2922e803a259b0b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 19:10:15 +0000 Subject: (diskfs_S_dir_mkdir): Typo. --- libdiskfs/dir-mkdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/dir-mkdir.c') diff --git a/libdiskfs/dir-mkdir.c b/libdiskfs/dir-mkdir.c index 9648eafe..99a1d403 100644 --- a/libdiskfs/dir-mkdir.c +++ b/libdiskfs/dir-mkdir.c @@ -59,8 +59,8 @@ diskfs_S_dir_mkdir (struct protid *dircred, if (diskfs_synchronous) { - diskfs_update_file (dnp, 1); - diskfs_update_file (np, 1); + diskfs_file_update (dnp, 1); + diskfs_file_update (np, 1); } if (!error) -- cgit v1.2.3