From: Ian Campbell Date: Thu, 20 Oct 2011 08:58:32 +0000 (-0400) Subject: mm: add a "struct page_frag" type containing a page, offset and length X-Git-Tag: v3.2-rc1~182^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d3c128eafd2277ca2bb4b62845f25ad9295c12;p=pandora-kernel.git mm: add a "struct page_frag" type containing a page, offset and length A few network drivers currently use skb_frag_struct for this purpose but I have patches which add additional fields and semantics there which these other uses do not want. A structure for reference sub-page regions seems like a generally useful thing so do so instead of adding a network subsystem specific structure. Signed-off-by: Ian Campbell Acked-by: Jens Axboe Acked-by: David Rientjes Signed-off-by: David S. Miller --- Reading git-diff-tree failed