diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index a49112536c02..893096e67bdb 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -178,6 +178,8 @@ extern int vm_swappiness; | |||
178 | extern int isolate_lru_page(struct page *p); | 178 | extern int isolate_lru_page(struct page *p); |
179 | extern int putback_lru_pages(struct list_head *l); | 179 | extern int putback_lru_pages(struct list_head *l); |
180 | 180 | ||
181 | extern int migrate_pages(struct list_head *l, struct list_head *t); | ||
182 | |||
181 | #ifdef CONFIG_MMU | 183 | #ifdef CONFIG_MMU |
182 | /* linux/mm/shmem.c */ | 184 | /* linux/mm/shmem.c */ |
183 | extern int shmem_unuse(swp_entry_t entry, struct page *page); | 185 | extern int shmem_unuse(swp_entry_t entry, struct page *page); |