Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214762
b: refs/heads/master
c: cb4dfe5
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 27, 2010
1 parent dc032c8 commit bf90380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5256c51232d8312755e8de2b514c426b19b101a
refs/heads/master: cb4dfe562cac6fcb544df752e40c1d78000d0712
5 changes: 5 additions & 0 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,13 @@ typedef struct skb_frag_struct skb_frag_t;

struct skb_frag_struct {
struct page *page;
#if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
__u32 page_offset;
__u32 size;
#else
__u16 page_offset;
__u16 size;
#endif
};

#define HAVE_HW_TIME_STAMP
Expand Down

0 comments on commit bf90380

Please sign in to comment.