diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:34:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:34:09 +0000 |
commit | 1b6540b7e94aa736684335f49d29b640490295d9 (patch) | |
tree | db0851571364999a52f0d734e2b6914e419eda31 /libdiskfs | |
parent | c14f7dd31c3631260e54237b873d8ab7560443fb (diff) |
(diskfs_S_dir_lookup): Fix typos.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-lookup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index 4c05c704..aa56d6b0 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -184,12 +184,13 @@ diskfs_S_dir_lookup (struct protid *dircred, mach_port_insert_right (mach_task_self (), dirport, dirport, MACH_MSG_TYPE_MAKE_SEND); if (np != dnp) - mutex_unlock (&dnp-lock); + mutex_unlock (&dnp->lock); error = fshelp_fetch_root (&np->transbox, &dircred->po->dotdotport, dirport, dircred->uids, dircred->nuids, dircred->gids, dircred->ngids, lastcomp ? flags : 0, + _diskfs_translator_callback, retry, retryname, returned_port); if (error != ENOENT) |