diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 23fad4dae23c..1013a42d10b1 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -926,13 +926,13 @@ int write_one_page(struct page *page, int wait); | |||
926 | * turning readahead off */ | 926 | * turning readahead off */ |
927 | 927 | ||
928 | int do_page_cache_readahead(struct address_space *mapping, struct file *filp, | 928 | int do_page_cache_readahead(struct address_space *mapping, struct file *filp, |
929 | unsigned long offset, unsigned long nr_to_read); | 929 | pgoff_t offset, unsigned long nr_to_read); |
930 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, | 930 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, |
931 | unsigned long offset, unsigned long nr_to_read); | 931 | pgoff_t offset, unsigned long nr_to_read); |
932 | unsigned long page_cache_readahead(struct address_space *mapping, | 932 | unsigned long page_cache_readahead(struct address_space *mapping, |
933 | struct file_ra_state *ra, | 933 | struct file_ra_state *ra, |
934 | struct file *filp, | 934 | struct file *filp, |
935 | unsigned long offset, | 935 | pgoff_t offset, |
936 | unsigned long size); | 936 | unsigned long size); |
937 | void handle_ra_miss(struct address_space *mapping, | 937 | void handle_ra_miss(struct address_space *mapping, |
938 | struct file_ra_state *ra, pgoff_t offset); | 938 | struct file_ra_state *ra, pgoff_t offset); |