diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index f1a827a972e0..dc3f3aa0c83e 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -185,6 +185,7 @@ extern unsigned long try_to_free_pages(struct zone **, gfp_t); | |||
185 | extern unsigned long shrink_all_memory(unsigned long nr_pages); | 185 | extern unsigned long shrink_all_memory(unsigned long nr_pages); |
186 | extern int vm_swappiness; | 186 | extern int vm_swappiness; |
187 | extern int remove_mapping(struct address_space *mapping, struct page *page); | 187 | extern int remove_mapping(struct address_space *mapping, struct page *page); |
188 | extern long vm_total_pages; | ||
188 | 189 | ||
189 | #ifdef CONFIG_NUMA | 190 | #ifdef CONFIG_NUMA |
190 | extern int zone_reclaim_mode; | 191 | extern int zone_reclaim_mode; |