cvs commit: src/sys/kern subr_witness.c

John Baldwin jhb at FreeBSD.org
Sun Nov 6 08:17:19 PST 2005


jhb         2005-11-06 16:17:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             subr_witness.c 
  Log:
  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.
  
  Revision   Changes    Path
  1.195.2.5  +17 -1     src/sys/kern/subr_witness.c


More information about the cvs-src mailing list