In message <[EMAIL PROTECTED]>,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. _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
