]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/pagemap.h
fs: symlink write_begin allocation context fix
[net-next-2.6.git] / include / linux / pagemap.h
index 709742be02f0a1bac5336d5e38b172a2b7d9f2b7..01ca0856caff38a8d910df0915e4bb6cc93be536 100644 (file)
@@ -241,7 +241,8 @@ unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
                        int tag, unsigned int nr_pages, struct page **pages);
 
-struct page *__grab_cache_page(struct address_space *mapping, pgoff_t index);
+struct page *grab_cache_page_write_begin(struct address_space *mapping,
+                       pgoff_t index, unsigned flags);
 
 /*
  * Returns locked page at given index in given cache, creating it if needed.