summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-03 21:08:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-03 21:08:48 +0000
commitf2cf71cee04072ae1729c6c90526f7642e3b1330 (patch)
tree3981a1b84e22374bced157122bbc9769f35ff189 /ufs
parentd23f5c24ff529cd8f2879200988f770f8601775a (diff)
(warp_root):
Diffstat (limited to 'ufs')
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 787cb749..2173be01 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -34,7 +34,7 @@ static void
warp_root (void)
{
error_t err;
- err = iget (2, &diskfs_root_node);
+ err = diskfs_cached_lookup (2, &diskfs_root_node);
assert (!err);
mutex_unlock (&diskfs_root_node->lock);
}