[NET]: Page offsets and lengths need to be __u32.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 01:47:03 +0000 (18:47 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:28:28 +0000 (02:28 -0700)
Based upon a report from Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index ce25643..93c27f7 100644 (file)
@@ -134,8 +134,8 @@ typedef struct skb_frag_struct skb_frag_t;
 
 struct skb_frag_struct {
        struct page *page;
-       __u16 page_offset;
-       __u16 size;
+       __u32 page_offset;
+       __u32 size;
 };
 
 /* This data is invariant across clones and lives at