From: Thomas Chenault Date: Tue, 19 May 2009 04:43:27 +0000 (-0700) Subject: net: fix skb_seq_read returning wrong offset/length for page frag data X-Git-Tag: v2.6.30-rc7~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995b337952cdf7e05d288eede580257b632a8343;p=pandora-kernel.git net: fix skb_seq_read returning wrong offset/length for page frag data When called with a consumed value that is less than skb_headlen(skb) bytes into a page frag, skb_seq_read() incorrectly returns an offset/length relative to skb->data. Ensure that data which should come from a page frag does. Signed-off-by: Thomas Chenault Tested-by: Shyam Iyer Signed-off-by: David S. Miller --- Reading git-diff-tree failed