From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 08:06:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB0B37B401; Tue, 3 Jun 2003 08:06:43 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C1143F85; Tue, 3 Jun 2003 08:06:41 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h53EvJkA013756; Tue, 3 Jun 2003 08:57:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 03 Jun 2003 08:56:59 -0600 (MDT) Message-Id: <20030603.085659.13314075.imp@bsdimp.com> To: paul@freebsd-services.com From: "M. Warner Losh" In-Reply-To: <20030603134717.GD35187@survey.codeburst.net> References: <3EDB6A6F.827B7C22@mindspring.com> <20030602160411.GA24490@perrin.int.nxad.com> <20030603134717.GD35187@survey.codeburst.net> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hmp@freebsd.org cc: current@freebsd.org cc: des@freebsd.org Subject: Re: VFS: C99 sparse format for struct vfsops X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 15:06:43 -0000 In message: <20030603134717.GD35187@survey.codeburst.net> Paul Richards writes: : You should look at kobj, it's precisely this sort of dynamic : dispatching that it was designed to support. Too bad it is a little slow and not MP safe in its implementation. Warner