From owner-freebsd-arch@FreeBSD.ORG Sun Dec 7 19:39:55 2008 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E323A1065679 for ; Sun, 7 Dec 2008 19:39:55 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id CAE048FC36 for ; Sun, 7 Dec 2008 19:39:54 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id DCDA41A3C3A; Sun, 7 Dec 2008 11:39:53 -0800 (PST) Date: Sun, 7 Dec 2008 11:39:53 -0800 From: Alfred Perlstein To: Joe Marcus Clarke Message-ID: <20081207193953.GJ27096@elvis.mu.org> References: <1228667168.69753.16.camel@shumai.marcuscom.com> <20081207170354.GI18652@hoeg.nl> <1228670197.69753.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1228670197.69753.24.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.3i Cc: Ed Schouten , arch@FreeBSD.org Subject: Re: RFC: New VOP to translate vnode to its component name X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2008 19:39:56 -0000 * Joe Marcus Clarke [081207 09:17] wrote: > On Sun, 2008-12-07 at 18:03 +0100, Ed Schouten wrote: > > Hello Joe, > > > > * Joe Marcus Clarke wrote: > > > Here is a patch to HEAD, along with a man page, for VOP_CNP. > > > > Maybe this should be called VOP_COMPONENTNAME? I know, it's not as short > > as VOP_CNP, but is probably less cryptic to people who are trying to > > figure out how the VFS works. > > I'm open to a new name, but VOP_COMPONENTNAME does seem a bit unwieldy. > What about VOP_VPTONAME (in the same vein as VOP_VPTOFH)? either VOP_VPTONAME or VOP_VPTOCNP (this is cool) -Alfred