From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:40:55 2003 Return-Path: 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 024C137B404 for ; Wed, 23 Apr 2003 09:40:55 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 381CD43FE0 for ; Wed, 23 Apr 2003 09:40:54 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60978 invoked by uid 1000); 23 Apr 2003 16:40:54 -0000 Date: Wed, 23 Apr 2003 09:40:54 -0700 (PDT) From: Nate Lawson To: Greg 'groggy' Lehey In-Reply-To: <20030423004740.GB49579@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/vinum vinumdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 23 Apr 2003 16:40:55 -0000 On Wed, 23 Apr 2003, Greg 'groggy' Lehey wrote: > On Tuesday, 22 April 2003 at 12:45:26 -0700, John Baldwin wrote: > > XXX: vinum should really be using a kernel process via kthread_create() > > instead of this hack. I'm not even sure PS_INMEM can be clear at this > > point anyways. > > Is there a cookbook for this kind of conversion? Check kern/vfs_aio.c for one proper usage. -Nate