diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:07:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:07:50 +0000 |
commit | 4cd22ece29676a8581764de37c9be07e4b68d87f (patch) | |
tree | 59afcb52ca422e2741f26086635707b454a43f53 /ufs | |
parent | 7fe42b6346b8ea3189470088c20448b09aa03a60 (diff) |
(diskfs_lookup_hard):
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |