From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] virtio_net: Cleanup command queue scatterlist usage Date: Tue, 5 May 2009 12:51:52 +0930 Message-ID: <200905051251.53271.rusty@rustcorp.com.au> References: <20090426.233014.216353908.davem@davemloft.net> <20090427154925.4771.63651.stgit@debian.lart> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([203.10.76.45]:53972 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbZEEEY1 (ORCPT ); Tue, 5 May 2009 00:24:27 -0400 In-Reply-To: <20090427154925.4771.63651.stgit@debian.lart> Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: Alex Williamson Cc: davem@davemloft.net, sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-next@vger.kernel.org On Tue, 28 Apr 2009 01:20:03 am Alex Williamson wrote: > We were avoiding calling sg_init* on scatterlists passed > into virtnet_send_command to prevent extraneous end markers. > This caused build warnings for uninitialized variables. > Cleanup the code to create proper scatterlists. > > Signed-off-by: Alex Williamson Acked-by: Rusty Russell Thanks, Rusty.