cvs commit: src/sys/kern kern_synch.c

John Baldwin jhb at FreeBSD.org
Tue Mar 2 06:58:34 PST 2004


jhb         2004/03/02 06:58:33 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  Correct handling of PDROP in msleep() to just skip the mtx_lock() rather
  than clear the lock pointer so that sleepq_add() still gets the correct
  lock pointer and doesn't bogusly trip an assertion.
  
  Revision  Changes    Path
  1.244     +1 -3      src/sys/kern/kern_synch.c


More information about the cvs-src mailing list