[OpenAFS-devel] Kernel 2.4.0 Oops when afs is shutting down
Chas Williams
chas@cmf.nrl.navy.mil
Tue, 16 Jan 2001 10:15:19 -0500
In message <sjmwvbvk0lp.fsf@rcn.ihtfp.org>,Derek Atkins writes:
>Basically, you need to have a flag that waits for the RxListener
>to actually shutdown before it continues. This could be done via
this flag could be rxk_ListenerPid itself. its set back to 0 when
rxk_Listener() 'exits' (i.e. afs_termState goes to AFSOP_STOP_RXK_LISTENER)
the other thread could watch this and wait for it, instead of just
blindly killing the listener proc.