mm: add get_dump_page
[deliverable/linux.git] / include / linux / mm.h
index 19ff81c49ba6b77437ea8211effe3490eed56d0e..e41795bba95d2bb7e54d27332393c24785ad4e1f 100644 (file)
@@ -817,6 +817,7 @@ int get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
                        struct page **pages, struct vm_area_struct **vmas);
 int get_user_pages_fast(unsigned long start, int nr_pages, int write,
                        struct page **pages);
+struct page *get_dump_page(unsigned long addr);
 
 extern int try_to_release_page(struct page * page, gfp_t gfp_mask);
 extern void do_invalidatepage(struct page *page, unsigned long offset);
This page took 0.024884 seconds and 5 git commands to generate.