From: Michael S. Tsirkin Date: Thu, 8 Apr 2010 04:01:41 +0000 (-0700) Subject: virtio-net: move sg off stack X-Git-Tag: v2.6.35-rc1~473^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e01d2f91df62be4d6f282149bc2a8858992ceca;p=pandora-kernel.git virtio-net: move sg off stack Move sg structure off stack and into virtnet_info structure. This helps remove extra sg_init_table calls as well as reduce stack usage. Signed-off-by: Michael S. Tsirkin Tested-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed