From owner-cvs-src-old@FreeBSD.ORG Thu Oct 9 20:40:25 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9447C10656C0 for ; Thu, 9 Oct 2008 20:40:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 694DA8FC1B for ; Thu, 9 Oct 2008 20:40:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m99KePrG007655 for ; Thu, 9 Oct 2008 20:40:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m99KePCY007654 for cvs-src-old@freebsd.org; Thu, 9 Oct 2008 20:40:25 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200810092040.m99KePCY007654@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 9 Oct 2008 20:40:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 20:40:25 -0000 jhb 2008-10-09 20:40:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_cache.c Log: SVN rev 183732 on 2008-10-09 20:40:11Z by jhb MFC: Check for duplicate attempts to add the same positive entry to the name cache. If a duplicate attempt is made, just do nothing. This fixes a race with shared locking in pathname lockups. Approved by: re (kib) Revision Changes Path 1.114.2.2 +33 -9 src/sys/kern/vfs_cache.c