From owner-cvs-all@FreeBSD.ORG Fri Feb 23 22:29:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22BFF16A401; Fri, 23 Feb 2007 22:29:27 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EEE1113C46B; Fri, 23 Feb 2007 22:29:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1NMTOs2021079; Fri, 23 Feb 2007 22:29:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1NMTOKG021078; Fri, 23 Feb 2007 22:29:24 GMT (envelope-from netchild) Message-Id: <200702232229.l1NMTOKG021078@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 23 Feb 2007 22:29:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_emul.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 22:29:27 -0000 netchild 2007-02-23 22:29:24 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: MFp4 (part of 114132): - Fix a LOR caused by holding emul_lock and proctree_lock at once. Submitted by: rdivacky Revision Changes Path 1.16 +8 -7 src/sys/compat/linux/linux_emul.c