From owner-cvs-src@FreeBSD.ORG Sun Oct 16 21:39:29 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 9386C16A41F; Sun, 16 Oct 2005 21:39:29 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5075943D48; Sun, 16 Oct 2005 21:39:29 +0000 (GMT) (envelope-from truckman@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 j9GLdTJd099096; Sun, 16 Oct 2005 21:39:29 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9GLdTtN099095; Sun, 16 Oct 2005 21:39:29 GMT (envelope-from truckman) Message-Id: <200510162139.j9GLdTtN099095@repoman.freebsd.org> From: Don Lewis Date: Sun, 16 Oct 2005 21:39:29 +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/gnu/fs/ext2fs ext2_lookup.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: Sun, 16 Oct 2005 21:39:29 -0000 truckman 2005-10-16 21:39:29 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_lookup.c Log: Apply the same fix to a potential race in the ISDOTDOT code in ext2_lookup() that was used to fix an actual race in ufs_lookup.c:1.78. This is not currently a hazard, but the bug would be activated by marking ext2fs as MPSAFE. Requested by: bde MFC after: 2 weeks Revision Changes Path 1.51 +3 -1 src/sys/gnu/fs/ext2fs/ext2_lookup.c