[OpenAFS-devel] 1.3.71 on linux 2.6.8-1.541

Rainer Schöpf rainer.schoepf@proteosys.com
Wed, 29 Sep 2004 01:04:46 +0200 (CEST)


On Tue, 28 Sep 2004, Jack Neely wrote:

 > I can navigate through the AFS filesystem okay but it looks like Bad
 > Things(tm) happen when I file in AFS gets certain iocrl()'s.  The
 > kernel oopses.  See the attached log file from dmesg.

Hmm, the ioctl args seem to be missing from the stack, so it certainly
looks like the regparm(0) vs. regparm(3) problem.

Try deleting the word

 asmlinkage

in line 491 of src/afs/afs_pioctl.c and recompile.

Other file system specific ioctl functions are defined without
asmlinkage, so I think it should go.

   Rainer Schöpf