[OpenAFS-devel] Re: 1.3.77 on Linux 2.6.10 (Fedora Core 3 test): patches for partial success

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Thu, 13 Jan 2005 11:01:14 -0500


In message <41E68D66.8020506@linuxbox.com>,Matt Benjamin writes:
>Does this mean (2.6) something involving a call to iget_locked(...) 
>exported from kernel/fs/inode.c, where the OSF has vget(...)?

yes.  afs_NewVCache() would call new_inode(), afs_FindVCache() becomes
iget (or one of its many incarnations), afs_PutVCache() becomes iput().
i dug around a bit but i couldnt find the code i had.