diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 9fa1aef1b82c..16fd1209e9fa 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -228,9 +228,9 @@ extern int move_from_swap_cache(struct page *, unsigned long, | |||
228 | extern void free_page_and_swap_cache(struct page *); | 228 | extern void free_page_and_swap_cache(struct page *); |
229 | extern void free_pages_and_swap_cache(struct page **, int); | 229 | extern void free_pages_and_swap_cache(struct page **, int); |
230 | extern struct page *lookup_swap_cache(swp_entry_t); | 230 | extern struct page *lookup_swap_cache(swp_entry_t); |
231 | extern struct page *read_swap_cache_async(swp_entry_t, | 231 | extern struct page *read_swap_cache_async(swp_entry_t, gfp_t, |
232 | struct vm_area_struct *vma, unsigned long addr); | 232 | struct vm_area_struct *vma, unsigned long addr); |
233 | extern struct page *swapin_readahead(swp_entry_t, | 233 | extern struct page *swapin_readahead(swp_entry_t, gfp_t, |
234 | struct vm_area_struct *vma, unsigned long addr); | 234 | struct vm_area_struct *vma, unsigned long addr); |
235 | 235 | ||
236 | /* linux/mm/swapfile.c */ | 236 | /* linux/mm/swapfile.c */ |
@@ -306,7 +306,7 @@ static inline void swap_free(swp_entry_t swp) | |||
306 | { | 306 | { |
307 | } | 307 | } |
308 | 308 | ||
309 | static inline struct page *swapin_readahead(swp_entry_t swp, | 309 | static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, |
310 | struct vm_area_struct *vma, unsigned long addr) | 310 | struct vm_area_struct *vma, unsigned long addr) |
311 | { | 311 | { |
312 | return NULL; | 312 | return NULL; |