Commit 6392f9cb authored by Paul Mundt's avatar Paul Mundt Committed by Linus Torvalds

[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: default avatarPaul Mundt <lethal@linux-sh.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b293a6b1
......@@ -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)
{
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment