summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-03 21:07:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-03 21:07:50 +0000
commit4cd22ece29676a8581764de37c9be07e4b68d87f (patch)
tree59afcb52ca422e2741f26086635707b454a43f53 /ufs
parent7fe42b6346b8ea3189470088c20448b09aa03a60 (diff)
(diskfs_lookup_hard):
Diffstat (limited to 'ufs')
-rw-r--r--ufs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/dir.c b/ufs/dir.c
index e5c2e6e2..0a109c0c 100644
--- a/ufs/dir.c
+++ b/ufs/dir.c
@@ -182,7 +182,7 @@ diskfs_lookup_hard (struct node *dp, char *name, enum lookup_type type,
}
else
{
- err = iget (inum, &np);
+ err = diskfs_cached_lookup (inum, &np);
if (err)
goto out;
}