diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/swap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index eb591eaad1b7..389d1c382e20 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -178,7 +178,8 @@ extern int vm_swappiness; | |||
178 | #ifdef CONFIG_MIGRATION | 178 | #ifdef CONFIG_MIGRATION |
179 | extern int isolate_lru_page(struct page *p); | 179 | extern int isolate_lru_page(struct page *p); |
180 | extern int putback_lru_pages(struct list_head *l); | 180 | extern int putback_lru_pages(struct list_head *l); |
181 | extern int migrate_pages(struct list_head *l, struct list_head *t); | 181 | extern int migrate_pages(struct list_head *l, struct list_head *t, |
182 | struct list_head *moved, struct list_head *failed); | ||
182 | #endif | 183 | #endif |
183 | 184 | ||
184 | #ifdef CONFIG_MMU | 185 | #ifdef CONFIG_MMU |