From owner-cvs-src@FreeBSD.ORG  Fri May 30 11:10:01 2008
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D125B106566C;
	Fri, 30 May 2008 11:10:01 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A49738FC18;
	Fri, 30 May 2008 11:10:01 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UBA1gE097708;
	Fri, 30 May 2008 11:10:01 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UBA1TV097707;
	Fri, 30 May 2008 11:10:01 GMT (envelope-from kib)
Message-Id: <200805301110.m4UBA1TV097707@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Fri, 30 May 2008 11:10:01 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/kern kern_conf.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 30 May 2008 11:10:01 -0000

kib         2008-05-30 11:10:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_conf.c 
  Log:
  MFC rev. 1.214:
  Assert that si_threadcount > 0 before decrementing it. This helps catching
  the improper use of the dev_refthread/dev_relthread.
  
  Revision   Changes    Path
  1.208.2.5  +2 -0      src/sys/kern/kern_conf.c