From: Ian Campbell Date: Wed, 5 Oct 2011 00:28:46 +0000 (+0000) Subject: xen: netback: convert to SKB paged frag API. X-Git-Tag: v3.2-rc1~129^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea066ad158631f5a31b1a5b636cf68120494ed23;p=pandora-kernel.git xen: netback: convert to SKB paged frag API. netback currently uses frag->page to store a temporary index reference while processing incoming requests. Since frag->page is to become opaque switch instead to using page_offset. Add a wrapper to tidy this up and propagate the fact that the indexes are only u16 through the code (this was already true in practice but unsigned long and in were inconsistently used as variable and parameter types) Signed-off-by: Ian Campbell Cc: Ian Campbell Cc: xen-devel@lists.xensource.com Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed