X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=include%2Flinux%2Fpage_ext.h;h=9298c393ddaa24a63c849a6c811d5d4110c1a410;hb=025def92dd6b5b84b0d6d9069e2bb24e51e48c17;hp=03f2a3e7d76d40ee457b8ab6f2d140d1ee9475b1;hpb=f26e8817b235d8764363bffcc9cbfc61867371f2;p=sfrench%2Fcifs-2.6.git diff --git a/include/linux/page_ext.h b/include/linux/page_ext.h index 03f2a3e7d76d..9298c393ddaa 100644 --- a/include/linux/page_ext.h +++ b/include/linux/page_ext.h @@ -7,6 +7,8 @@ struct pglist_data; struct page_ext_operations { + size_t offset; + size_t size; bool (*need)(void); void (*init)(void); }; @@ -42,12 +44,6 @@ enum page_ext_flags { */ struct page_ext { unsigned long flags; -#ifdef CONFIG_PAGE_OWNER - unsigned int order; - gfp_t gfp_mask; - int last_migrate_reason; - depot_stack_handle_t handle; -#endif }; extern void pgdat_page_ext_init(struct pglist_data *pgdat);