diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:09:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:09:45 +0000 |
commit | b9cf318c7decf34becb3e922a53fad9845b4bbba (patch) | |
tree | 465d3a6549aa25fd14b3dbc0c22c1b9cf7f579dd /libdiskfs | |
parent | 9d0d90c6aab0a7763e0a8576b964601042e33270 (diff) |
(diskfs_S_dir_lookup): Typo.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-lookup.c | 4 |
1 files 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; } |