From owner-cvs-src@FreeBSD.ORG Fri Oct 28 01:03:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9D05716A41F; Fri, 28 Oct 2005 01:03:26 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5922243D45; Fri, 28 Oct 2005 01:03:26 +0000 (GMT) (envelope-from ups@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 j9S13Q3o053704; Fri, 28 Oct 2005 01:03:26 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9S13Qt8053703; Fri, 28 Oct 2005 01:03:26 GMT (envelope-from ups) Message-Id: <200510280103.j9S13Qt8053703@repoman.freebsd.org> From: Stephan Uphoff Date: Fri, 28 Oct 2005 01:03:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src/sys/kern vfs_cluster.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: Fri, 28 Oct 2005 01:03:26 -0000 ups 2005-10-28 01:03:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) sys/kern vfs_cluster.c Log: MFC vfs_cluster.c Revision 1.168 Only set B_RAM (Read ahead mark) on an incore buffers if we can lock it. This fixes a race condition caused by the unlocked write access to the b_flags field. Approved by: re (scottl) Revision Changes Path 1.166.2.1.2.1 +8 -3 src/sys/kern/vfs_cluster.c