Placed a comment to not the location of the blocker
authorJohn Hodge <[email protected]>
Sat, 2 Oct 2010 13:56:44 +0000 (21:56 +0800)
committerJohn Hodge <[email protected]>
Sat, 2 Oct 2010 13:56:44 +0000 (21:56 +0800)
Kernel/threads.c

index 3b73111..b9d59f3 100644 (file)
@@ -1044,6 +1044,9 @@ void Mutex_Release(tMutex *Mutex)
                Mutex->Owner = Mutex->Waiting;  // Set owner
                Mutex->Waiting = Mutex->Waiting->Next;  // Next!
                // Reset ->LastWaiting to NULL if we have just removed the last waiting thread
+               // 2010-10-02 21:50 - Comemerating the death of the longest single
+               //                    blocker in the Acess2 history. REMEMBER TO
+               //                    FUCKING MAINTAIN YOUR FUCKING LISTS DIPWIT
                if( Mutex->LastWaiting == Mutex->Owner )
                        Mutex->LastWaiting = NULL;
                

UCC git Repository :: git.ucc.asn.au