[OpenAFS-devel] RE: [OpenAFS] Strange Behavior of Openafs-1.1
.1
Neulinger, Nathan
nneul@umr.edu
Wed, 8 Aug 2001 14:00:40 -0500
> Now, we could go back to what I did back in Linux-AFS:
>
> struct vnode_t {
> struct inode v_in;
> <rest of stuff>
> };
>
> -derek
Is there any significant negative to that? Seems like it would either
require some code changes for the field names (v_in.x) instead of (x), or
alternatively, just casting the (struct vnode_t *) to a (struct inode *)
prior to using it to access elements of v_in.
Seems to me that would simplify things considerably.
-- Nathan