Subject: Re: 64 bit inode changes
To: Christos Zoulas <christos@zoulas.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 08/15/2005 21:53:56
On Aug 15, 2005, at 6:54 PM, Christos Zoulas wrote:
> It is unclear to me. I will have to look at the code more. In the
> meantime,
> is it ok if I commit the changes? I will fix whatever lossage
> occurs...
I haven't looked at the diff just yet, but...
You need to have a compatibility version of "struct vnd_user" and any
associated ioctls.
What did you do for all the compat stat structures that use ino_t ...
just convert them to uint32_t?
There is some sketchy stuff with ino_t in svr4_stream.c (and
svr4_32_stream.c)
-- thorpej