X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fswap.h;h=edf681a7fd8f95a66ff2fb020a199831090cda3f;hb=6712ecf8f648118c3363c142196418f89a510b90;hp=665f85f2a3afe61ee8be2ee49e29953b3b46bc4f;hpb=5bb23a688b2de23d7765a1dd439d89c038378978;p=deliverable%2Flinux.git diff --git a/include/linux/swap.h b/include/linux/swap.h index 665f85f2a3af..edf681a7fd8f 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -221,7 +221,7 @@ extern void swap_unplug_io_fn(struct backing_dev_info *, struct page *); /* linux/mm/page_io.c */ extern int swap_readpage(struct file *, struct page *); extern int swap_writepage(struct page *page, struct writeback_control *wbc); -extern int end_swap_bio_read(struct bio *bio, unsigned int bytes_done, int err); +extern void end_swap_bio_read(struct bio *bio, int err); /* linux/mm/swap_state.c */ extern struct address_space swapper_space;