[OpenAFS-devel] Incorrect behavior in osi_TimedSleep and ppc_darwin_14

Nickolai Zeldovich kolya@MIT.EDU
Thu, 08 Nov 2001 10:17:26 -0500


> Looking at the source code for xnu-9-1 (Darwin 1.4.1) from Apple, it
> looks like AFS isn't setting TH_WAIT in osi_Sleep anywhere, whileas
> it should call assert_wait() to put itself onto the wait queue.

Sigh, and somehow I managed to not see the assert_wait call right
in osi_TimedSleep; sorry :-)  Probably the patch isn't going to be
very helpful then.

-- kolya