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 | 831e9e879b67f14dd1286cc7397086db8e2dac4b (patch) | |
tree | c3fad0661fa0625982cddd3bcbd876b37594e798 /ufs | |
parent | f0b0bee875bae481afa9e722f0ef8be7d477310e (diff) |
(diskfs_cached_lookup): Renamed from `iget'. All callers changed.
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; |