From owner-cvs-src@FreeBSD.ORG Sat Jan 26 12:34:24 2008 Return-Path: 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 2EE7C16A418; Sat, 26 Jan 2008 12:34:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CEC313C469; Sat, 26 Jan 2008 12:34:24 +0000 (UTC) (envelope-from rwatson@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 m0QCYNxj082500; Sat, 26 Jan 2008 12:34:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QCYNhg082499; Sat, 26 Jan 2008 12:34:23 GMT (envelope-from rwatson) Message-Id: <200801261234.m0QCYNhg082499@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 12:34:23 +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/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 26 Jan 2008 12:34:24 -0000 rwatson 2008-01-26 12:34:23 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Remove Giant acquisition around soreceive() and sosend() in fifofs. The bug that caused us to reintroduce it is believed to be fixed, and Kris says he no longer sees problems with fifofs in highly parallel builds. If this works out, we'll MFC it for 7.1. MFC after: 3 months Pointed out by: kris Revision Changes Path 1.143 +4 -10 src/sys/fs/fifofs/fifo_vnops.c