From owner-cvs-src@FreeBSD.ORG Fri Mar 28 00:14:33 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 BE42B106564A; Fri, 28 Mar 2008 00:14:33 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9273D8FC24; Fri, 28 Mar 2008 00:14:33 +0000 (UTC) (envelope-from attilio@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 m2S0EXgg088084; Fri, 28 Mar 2008 00:14:33 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2S0EXqM088083; Fri, 28 Mar 2008 00:14:33 GMT (envelope-from attilio) Message-Id: <200803280014.m2S0EXqM088083@repoman.freebsd.org> From: Attilio Rao Date: Fri, 28 Mar 2008 00:14:33 +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/sys buf.h 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: Fri, 28 Mar 2008 00:14:33 -0000 attilio 2008-03-28 00:14:33 UTC FreeBSD src repository Modified files: sys/sys buf.h Log: Instruments buffer lock objects in order to track correctly consumers consumers in locking operations. While here, operates some style(9) cleanups. Revision Changes Path 1.205 +33 -38 src/sys/sys/buf.h