[OpenAFS] Re: afsd, openafs 1.1.1, linux kernel 2.4.9, Pentium problem

Derrick J Brashear shadow@dementia.org
Wed, 22 Aug 2001 13:22:53 -0400 (EDT)


On Wed, 22 Aug 2001, Dr A V Le Blanc wrote:

> On Wed, Aug 22, 2001 at 12:15:00PM -0400, Derek Atkins wrote:
> > This is probably the "'struct inode' changed in 2.4.7" problem.
> > Make sure that src/afs/LINUX/osi_vfs.h matches the struct inode
> > definition.  IIRC, there was a new semaphore added; you need to
> > add one to the AFS code to match.
> 
> Hm, osi_vfs.h has a 'struct vnode' defined; I can't find the
> corresponding definition in the kernel sources.

yes, the struct vnode in osi_vfs.h should match struct inode in
include/linux/fs.h up to the last common member between the structures.