diff --git a/[refs] b/[refs] index b4b732c2b06e..3c40ea8ecc66 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90278c9ffb8a92672d60a618a58a99e2370a98ac +refs/heads/master: 30d3c128eafd2277ca2bb4b62845f25ad9295c12 diff --git a/trunk/include/linux/mm_types.h b/trunk/include/linux/mm_types.h index 774b8952deb4..29971a589ff2 100644 --- a/trunk/include/linux/mm_types.h +++ b/trunk/include/linux/mm_types.h @@ -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; /*