diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:22:50 +0000 |
commit | 907e2b824847299a6c4a09fc1daa26be7613c9ed (patch) | |
tree | 0e32427123abc4b40e0fc3e7891aac1b4879f338 /libdiskfs/dir-lookup.c | |
parent | c4e734728a04cc9c024f2a883f1fb66944dfc4f7 (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs/dir-lookup.c')
-rw-r--r-- | libdiskfs/dir-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index d96acce6..e4ec36c2 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -263,7 +263,7 @@ diskfs_S_dir_lookup (struct protid *dircred, mutex_unlock (&np->translator.lock); mutex_lock (&np->lock); - if (diskfs_node_translated (np)) + if (np->istranslated) { /* Start the translator. */ if (dirfile == MACH_PORT_NULL) |