From owner-cvs-all Mon Oct 1 19:58:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596FC37B401; Mon, 1 Oct 2001 19:58:48 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922wmr91670; Mon, 1 Oct 2001 19:58:48 -0700 (PDT) (envelope-from dillon) Message-Id: <200110020258.f922wmr91670@freefall.freebsd.org> From: Matt Dillon Date: Mon, 1 Oct 2001 19:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/01 19:58:48 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: IN_RENAME should only be cleared by the routine that set it. This fixes a rename/rmdir race that has been shown to cause a panic. Bug reported by: Yevgeniy Aleynikov MFC after: 3 days Revision Changes Path 1.178 +9 -4 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message