From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAOLY-0003AY-2c for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:43:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAOLT-00038g-9m for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:43:51 -0500 Received: from [199.232.76.173] (port=50489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAOLT-00038b-4G for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:43:47 -0500 Received: from mx20.gnu.org ([199.232.41.8]:3487) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAOLS-0005kW-OP for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:43:46 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAOLR-0002US-SX for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:43:46 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 09/15] scsi: move scsi request parsing into generic code. Date: Tue, 17 Nov 2009 13:43:43 +0000 References: <1258453071-3496-1-git-send-email-kraxel@redhat.com> <200911171227.56645.paul@codesourcery.com> <4B029C51.6070603@redhat.com> In-Reply-To: <4B029C51.6070603@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911171343.43459.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , Christoph Hellwig > > Why aren't you also using this function in scsi- disc.c? Surely that's the > > whole point of moving it into common code. > > Same as with the command move: next patch series will rework scsi-disk > to put the new fields and functions into use. Hmm, maybe you need to rethink your patch sequencing then. Paul