diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 9f0ca325e30d..a2602a8207a6 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -325,7 +325,7 @@ extern void swapcache_free(swp_entry_t, struct page *page); | |||
325 | extern int free_swap_and_cache(swp_entry_t); | 325 | extern int free_swap_and_cache(swp_entry_t); |
326 | extern int swap_type_of(dev_t, sector_t, struct block_device **); | 326 | extern int swap_type_of(dev_t, sector_t, struct block_device **); |
327 | extern unsigned int count_swap_pages(int, int); | 327 | extern unsigned int count_swap_pages(int, int); |
328 | extern sector_t map_swap_page(swp_entry_t, struct block_device **); | 328 | extern sector_t map_swap_page(struct page *, struct block_device **); |
329 | extern sector_t swapdev_block(int, pgoff_t); | 329 | extern sector_t swapdev_block(int, pgoff_t); |
330 | extern int reuse_swap_page(struct page *); | 330 | extern int reuse_swap_page(struct page *); |
331 | extern int try_to_free_swap(struct page *); | 331 | extern int try_to_free_swap(struct page *); |