diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 18:41:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 18:41:00 +0000 |
commit | e29bc1efcfafc4c96f3be04fefa0590906c35ea9 (patch) | |
tree | d020ea01a5296923bca0c8be6f5a2e51d3848bb6 /libdiskfs | |
parent | 0bec0c8d4edc30a5f328d17f8c7689694d3128b6 (diff) |
(diskfs_S_dir_mkfile): Typo.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-mkfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/dir-mkfile.c b/libdiskfs/dir-mkfile.c index e9c314b8..6e3ac61f 100644 --- a/libdiskfs/dir-mkfile.c +++ b/libdiskfs/dir-mkfile.c @@ -59,8 +59,8 @@ diskfs_S_dir_mkfile (struct protid *cred, if (diskfs_synchronous) { - diskfs_update_file (dnp, 1); - diskfs_update_file (np, 1); + diskfs_file_update (dnp, 1); + diskfs_file_update (np, 1); } if (err) |