While writing some code that does a pioctl VIOCGETFID I discovered
something a little strange.  The struct VenusFid (which is needed for
the output data from the above pioctl call) is declared in
include/afs/afs.h, but it's only inside a #ifdef KERNEL preprocessor
conditional and so isn't visible for a user process.  My guess is this
is an oversight (or is VenusFid also declared somewhere else for
non-kernel code.)

Currently I'm re-declaring this struct myself, but I wouldn't think I
should have to.

-Paul Gunsch
[EMAIL PROTECTED]

Reply via email to