From: Alex Williamson Date: Fri, 1 May 2009 17:27:56 +0000 (+0000) Subject: virtio_net: Cleanup command queue scatterlist usage X-Git-Tag: v2.6.30-rc5~39^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e258e1a871c0c0cd91c294f7e66ccac74ef243;p=pandora-kernel.git virtio_net: Cleanup command queue scatterlist usage 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed