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 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
