diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:09:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:09:33 +0000 |
commit | 500050260d63d846228e3cfc38d45f7ab13eb2f0 (patch) | |
tree | 9c4764f04f9a69a9278bb9c590dcd71f972edb15 /ufs/inode.c | |
parent | 85ae67dbee7e957c859144a1e09cba5a38275568 (diff) |
(diskfs_cached_lookup): Renamed from `iget'. All callers changed.
Diffstat (limited to 'ufs/inode.c')
-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; |