[OpenAFS] OpenAFS on SuSE 7.0 - not yet!
Chaskiel M Grundman
cg2v+@andrew.cmu.edu
Sun, 24 Dec 2000 22:20:22 -0500 (EST)
Excerpts from internet.computing.openafs.info: 19-Dec-100 [OpenAFS]
OpenAFS on SuSE 7.. by Markus Alt@de.ibm.com
> Hmm, looks like I've been a little too happy about the success I
> apparently had ...
Upon further reflection of the suse kernel sources, it looks like my
patch references the wrong function.
in the post-patch (src/afs/LINUX/)osi_vnodeops.c, you want to change
#define pageoff(pp) pgoff2ulong((pp)->index)
to
#define pageoff(pp) pgoff2loff((pp)->index)
I've tested this on a freshly installed suse 7.0 system, and it seems to work.