[OpenAFS] can't access /afs

Derrick J Brashear shadow@dementia.org
Wed, 26 Sep 2001 06:32:55 -0400 (EDT)


On Wed, 26 Sep 2001, Gregor Anders wrote:

> ok i installed version 1.2.1 but still the same problem, i get a afs token but
> i can't change to /afs at all. any other solutions ?

compare struct vnode in src/afs/LINUX/osi_vfs.h
and struct include in (your linux kernel)/include/linux/fs.h

figure out what field was added in the latter, and add it in the former.
(excluding the union at the end of struct inode, which you can ignore for
this discussion)

-D