]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/pagemap.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / include / linux / pagemap.h
index 92395a0a7dc5c436cdd43317a798b6d15eba5a5e..183b15ea052ba1abe1ce8831c99efc323438e284 100644 (file)
@@ -663,8 +663,7 @@ int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
                                pgoff_t index, gfp_t gfp_mask);
 extern void delete_from_page_cache(struct page *page);
-extern void __delete_from_page_cache(struct page *page, void *shadow,
-                                    struct mem_cgroup *memcg);
+extern void __delete_from_page_cache(struct page *page, void *shadow);
 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask);
 
 /*