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 3d434cbffe..e7c36ba2a2 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -220,6 +220,7 @@ extern int swap_readpage(struct file *, struct page *); | |||
220 | extern int swap_writepage(struct page *page, struct writeback_control *wbc); | 220 | extern int swap_writepage(struct page *page, struct writeback_control *wbc); |
221 | extern int rw_swap_page_sync(int rw, swp_entry_t entry, struct page *page, | 221 | extern int rw_swap_page_sync(int rw, swp_entry_t entry, struct page *page, |
222 | struct bio **bio_chain); | 222 | struct bio **bio_chain); |
223 | extern int end_swap_bio_read(struct bio *bio, unsigned int bytes_done, int err); | ||
223 | 224 | ||
224 | /* linux/mm/swap_state.c */ | 225 | /* linux/mm/swap_state.c */ |
225 | extern struct address_space swapper_space; | 226 | extern struct address_space swapper_space; |