Commit a309bb07 authored by David S. Miller's avatar David S. Miller

[NET]: Page offsets and lengths need to be __u32.

Based upon a report from Stephen Rothwell.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 13111698
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment