For the gafs_* routines in osi_vnodeops.c, which are registered with the OS as the vnode operations hooks into afs, why are they accepting vcache structs when they should be accepting, and being given by the OS, vnode structs?

Shouldn't we be decaring those functions' arguments as vnode rather than vcache and running VTOAFS() on them internally?

/dale

--
Dale Ghent
UNIX Systems Specialist
UMBC - Office of Information Technology
ECS 201 - x51705



_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to