aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2004-07-03 22:01:12 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-03 22:01:12 -0700
commit6392f9cb8fdfb84baef2fec585632ea1e8519cd5 (patch)
treedf46e12b36346655c148eb0b1b2e06ebffa0b78f /mm
parentb293a6b1447ca1dd8539a121fa1b04770c72c5e6 (diff)
downloadhistory-6392f9cb8fdfb84baef2fec585632ea1e8519cd5.tar.gz
[PATCH] swap_unplug_io_fn() nommu update
include/linux/swap.h changed the definition for swap_unplug_io_fn() awhile back, but mm/nommu.c was never updated to reflect the new definition. As such, mm/nommu.c presently fails to compile. This fixes it. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/nommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index f02e673c1b1b13..114c0ccb4ee61c 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -571,6 +571,6 @@ unsigned long get_unmapped_area(struct file *file, unsigned long addr,
return -ENOMEM;
}
-void swap_unplug_io_fn(struct backing_dev_info *)
+void swap_unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
{
}