[OpenAFS] Re: 1.3.70 comments?
Derrick J Brashear
shadow@dementia.org
Wed, 18 Aug 2004 20:11:03 -0400 (EDT)
Ah, didn't notice this one. I'll fix it now. Thanks.
> I noticed in src/export/Makefile.in has this section of code in it:
>
> ---begin---
> ...
> ${DEST}/root.client/usr/vice/etc/dkload/cfgexport: cfgexport
> ${INSTALL} $? $@
>
> ${DEST}/root.client/usr/vice/etc/dkload/cfgexport64: @AIX64@cfgexport64
> @AIX64@ ${INSTALL} $? $@
>
> ${DEST}/root.client/usr/vice/etc/dkload/cfgafs: @AIX64@cfgafs
> @AIX64@ ${INSTALL} $? $@
>
> ${DEST}/root.client/usr/vice/etc/dkload/cfgafs64: @AIX64@cfgafs64
> @AIX64@ ${INSTALL} $? $@
>
> ...
> ---end---
>
> Hope this helps... haven't tried to make a patch and test it, sorry...
>> trace
> STACK TRACE:
> .[afs.ext.32:rxi_NewCall] () 2ff3a630
> .[afs.ext.32:rx_NewCall] () 2ff3a6a0
> .[afs.ext.32:RXAFS_FetchStatus] () 2ff3a730
[]
> .sys_call_ret () 2ff3b3c0
> IAR not in kernel segment.
> They both appear to me to end up in src/rx/rx.c in rxi_NewCall(), but
> I'm not sure where to go from here. Any pointers? I've never done any
> kernel coding, but I'll see what I can do...
Not sure, i need to look.