From owner-cvs-all Wed Sep 19 15:53: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6695A37B40B; Wed, 19 Sep 2001 15:52:59 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JMqxH28006; Wed, 19 Sep 2001 15:52:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200109192252.f8JMqxH28006@freefall.freebsd.org> From: John Baldwin Date: Wed, 19 Sep 2001 15:52:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/19 15:52:59 PDT Modified files: sys/kern kern_mutex.c Log: Fix a bug in propagate priority: the kse group pointer wasn't being updated in the loop so the new thread always seemd to have the same priority as the original thread and no actual priorities were changed. Revision Changes Path 1.69 +2 -1 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message