Could you run gdb against your kernel module (either openafs.ko or = libafs.ko), and run list *afs_GetDownD.clone.5+0x1d0 This will let us know exactly where in your kernel module the fault is = occurring. Cheers, Simon