K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-11-06T16:17:18.000000Z K 7 svn:log V 310 MFC: - Enforce an implicit lock order that Giant cannot be locked while holding any other non-sleepable lock. In plain English: Giant comes before all other mutexes. - Add some extra description to the lock order reversal printf's to indicate when a reversal is triggered by a hard-coded implicit rule. END