X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fpagemap.h;h=3c62ed4084922c4f01977bb48ceb18ab4ce805d8;hb=0813e22d4e0d618eac9b47bec942bf856adca4c5;hp=ed5d7501e1819f217912808d6f6fc9e6f1f6f28e;hpb=46557bef3f3834ac33031c7be27d39d90d507442;p=~andy%2Flinux diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index ed5d7501e18..3c62ed40849 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -253,6 +253,8 @@ extern struct page * read_cache_page_async(struct address_space *mapping, extern struct page * read_cache_page(struct address_space *mapping, pgoff_t index, filler_t *filler, void *data); +extern struct page * read_cache_page_gfp(struct address_space *mapping, + pgoff_t index, gfp_t gfp_mask); extern int read_cache_pages(struct address_space *mapping, struct list_head *pages, filler_t *filler, void *data);