From owner-cvs-all@FreeBSD.ORG Fri Mar 24 00:26:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8950816A401; Fri, 24 Mar 2006 00:26:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4573C43D5A; Fri, 24 Mar 2006 00:26:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2O0QQQ2023630; Fri, 24 Mar 2006 00:26:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2O0QQHt023629; Fri, 24 Mar 2006 00:26:26 GMT (envelope-from rwatson) Message-Id: <200603240026.k2O0QQHt023629@repoman.freebsd.org> From: Robert Watson Date: Fri, 24 Mar 2006 00:26:26 +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/netipx spx_usrreq.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, 24 Mar 2006 00:26:26 -0000 rwatson 2006-03-24 00:26:26 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backing on the global IPX mutex, which is not held at all necessary strategic points. MFC after: 1 month Revision Changes Path 1.70 +11 -1 src/sys/netipx/spx_usrreq.c