diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:10:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 19:10:15 +0000 |
commit | 994601d32c580e433032cc17e2922e803a259b0b (patch) | |
tree | 8947a2f49c9e99f657c3feb5a8cab2be66e14fd0 | |
parent | b9cf318c7decf34becb3e922a53fad9845b4bbba (diff) |
(diskfs_S_dir_mkdir): Typo.
-rw-r--r-- | libdiskfs/dir-mkdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |