diff options
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/inode.c b/ufs/inode.c index 9c1e1c7e..ef0d9241 100644 --- a/ufs/inode.c +++ b/ufs/inode.c @@ -45,7 +45,7 @@ inode_init () /* Fetch inode INUM, set *NPP to the node structure; gain one user reference and lock the node. */ error_t -iget (ino_t inum, struct node **npp) +diskfs_cached_lookup (int inum, struct node **npp) { struct disknode *dn; struct node *np; |