projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1311169
)
[NET]: Page offsets and lengths need to be __u32.
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 31 Jul 2007 01:47:03 +0000
(18:47 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/skbuff.h
b/include/linux/skbuff.h
index ce256438e6197e5557ef53edd9997594763e82d5..93c27f71122a8d88139cdb8ae251b5e953404485 100644
(file)
--- a/
include/linux/skbuff.h
+++ b/
include/linux/skbuff.h
@@
-134,8
+134,8
@@
typedef struct skb_frag_struct skb_frag_t;
struct skb_frag_struct {
struct page *page;
- __u
16
page_offset;
- __u
16
size;
+ __u
32
page_offset;
+ __u
32
size;
};
/* This data is invariant across clones and lives at