Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266889
b: refs/heads/master
c: 30d3c12
h: refs/heads/master
i:
  266887: fcf190f
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Oct 20, 2011
1 parent c1a76fd commit 5e9093a
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 90278c9ffb8a92672d60a618a58a99e2370a98ac
refs/heads/master: 30d3c128eafd2277ca2bb4b62845f25ad9295c12
11 changes: 11 additions & 0 deletions trunk/include/linux/mm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@ struct page {
#endif
;

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

typedef unsigned long __nocast vm_flags_t;

/*
Expand Down

0 comments on commit 5e9093a

Please sign in to comment.