From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 29 00:03:11 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B7416A4CE; Tue, 29 Mar 2005 00:03:11 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93AB43D31; Tue, 29 Mar 2005 00:03:10 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F03F4652FE; Tue, 29 Mar 2005 00:59:59 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64544-04-6; Tue, 29 Mar 2005 00:59:59 +0100 (BST) Received: from empiric.dek.spc.org (dhcp52.icir.org [192.150.187.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5016965218; Tue, 29 Mar 2005 00:59:59 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BB7456893; Mon, 28 Mar 2005 16:03:06 -0800 (PST) Date: Mon, 28 Mar 2005 16:03:06 -0800 From: Bruce M Simpson To: Igor Shmukler Message-ID: <20050329000306.GD752@empiric.icir.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: hackers@freebsd.org cc: Robert Watson Subject: Re: name cache cont. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 00:03:11 -0000 On Mon, Mar 28, 2005 at 05:42:52PM +0400, Igor Shmukler wrote: > For my purposes the Linux/DragonFly functionality is needed. > > Is there a way to know that once a patch that correctly resolves corner cases for > vn_fullpath() (including name cache changes) exists it will be committed to the 5.x > branch? Hey, I did some of this work quite some time ago. It is still floating around in the archives. I'm more than happy for people with more vfs knowledge than I to pick it up, review it, and commit it, but I don't have free time to do this right now. BMS