1
0
Fork 0

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

Based upon a report from Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David S. Miller 2007-07-30 18:47:03 -07:00
parent 131116989b
commit a309bb072b
1 changed files with 2 additions and 2 deletions

View 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