net: Fix page seeking for skb_splice_bits().
authorJarek Poplawski <jarkao2@gmail.com>
Fri, 13 Feb 2009 00:51:43 +0000 (16:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:51:43 +0000 (16:51 -0800)
struct page walking should be done with proper accessor functions, not
directly.

With doubts from David S. Miller and Herbert Xu.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found