Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 06:58:33 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_synch.c
Message-ID:  <200403021458.i22EwXEg031179@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403021458.i22EwXEg031179>