cvs commit: src/sys/kern subr_witness.c

John Baldwin jhb at FreeBSD.org
Thu Sep 15 12:07:15 PDT 2005


jhb         2005-09-15 19:07:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  - 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.
  
  Requested by:   truckman (2)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.201     +17 -1     src/sys/kern/subr_witness.c


More information about the cvs-src mailing list