diff options
Diffstat (limited to 'include')
-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 4d559325d919..c335055c4253 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -215,6 +215,7 @@ extern void mark_page_accessed(struct page *); | |||
215 | extern void lru_add_drain(void); | 215 | extern void lru_add_drain(void); |
216 | extern int lru_add_drain_all(void); | 216 | extern int lru_add_drain_all(void); |
217 | extern void rotate_reclaimable_page(struct page *page); | 217 | extern void rotate_reclaimable_page(struct page *page); |
218 | extern void deactivate_page(struct page *page); | ||
218 | extern void swap_setup(void); | 219 | extern void swap_setup(void); |
219 | 220 | ||
220 | extern void add_page_to_unevictable_list(struct page *page); | 221 | extern void add_page_to_unevictable_list(struct page *page); |