summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-14 05:43:18 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-14 05:43:18 -0700
commit3a1e4697cbfc3db774d3d29b80d5ef588cfe1d2e (patch)
treefa71a4f97c8c5874285f8167cbca1a8ab92b6f6f /include
parente059d5daf158b1bde61883ee5a091cd4875864a9 (diff)
[PATCH] blk_run_page(): fixup for swap_unplug_io_fn()
Diffstat (limited to 'include')
-rw-r--r--include/linux/swap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h
index f911d8afb8a5..0edc73ed7537 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -181,7 +181,7 @@ extern int vm_swappiness;
extern int shmem_unuse(swp_entry_t entry, struct page *page);
#endif /* CONFIG_MMU */
-extern void swap_unplug_io_fn(struct backing_dev_info *);
+extern void swap_unplug_io_fn(struct backing_dev_info *, struct page *);
#ifdef CONFIG_SWAP
/* linux/mm/page_io.c */