]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/internal.h
Merge tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linux
[karo-tx-linux.git] / mm / internal.h
index 537ac9951f5fa6256975152fc599ff44cc24ac95..7aa2ea0a8623c2bac9bb4d29889ad163b58a4195 100644 (file)
@@ -36,7 +36,9 @@
 /* Do not use these with a slab allocator */
 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
 
-int do_swap_page(struct fault_env *fe, pte_t orig_pte);
+void page_writeback_init(void);
+
+int do_swap_page(struct vm_fault *vmf);
 
 void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
                unsigned long floor, unsigned long ceiling);