From owner-cvs-src@FreeBSD.ORG Wed Feb 25 16:18:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD1816A4CE; Wed, 25 Feb 2004 16:18:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA8243D2D; Wed, 25 Feb 2004 16:18:23 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1Q0INGe076555; Wed, 25 Feb 2004 16:18:23 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1Q0IN3P076554; Wed, 25 Feb 2004 16:18:23 -0800 (PST) (envelope-from rwatson) Message-Id: <200402260018.i1Q0IN3P076554@repoman.freebsd.org> From: Robert Watson Date: Wed, 25 Feb 2004 16:18:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 00:18:23 -0000 rwatson 2004/02/25 16:18:23 PST FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state in a non-atomic manner. It appears to always be called with the mutex (good). Revision Changes Path 1.170 +1 -0 src/sys/kern/sys_pipe.c