The patch titled Subject: mm-batch-radix-tree-operations-when-truncating-pages-fix-fix has been removed from the -mm tree. Its filename was mm-batch-radix-tree-operations-when-truncating-pages-fix-fix.patch This patch was dropped because it was folded into mm-batch-radix-tree-operations-when-truncating-pages.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-batch-radix-tree-operations-when-truncating-pages-fix-fix move struct pagevec forward declaration to top-of-file To avoid possible duplication in the future. Cc: Jan Kara <jack@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pagemap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/pagemap.h~mm-batch-radix-tree-operations-when-truncating-pages-fix-fix include/linux/pagemap.h --- a/include/linux/pagemap.h~mm-batch-radix-tree-operations-when-truncating-pages-fix-fix +++ a/include/linux/pagemap.h @@ -16,6 +16,8 @@ #include <linux/hardirq.h> /* for in_interrupt() */ #include <linux/hugetlb_inline.h> +struct pagevec; + /* * Bits in mapping->flags. */ @@ -617,8 +619,6 @@ static inline int fault_in_pages_readabl return 0; } -struct pagevec; - int add_to_page_cache_locked(struct page *page, struct address_space *mapping, pgoff_t index, gfp_t gfp_mask); int add_to_page_cache_lru(struct page *page, struct address_space *mapping, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-sched-mmh-uninline-mmdrop_async-etc.patch mm-batch-radix-tree-operations-when-truncating-pages.patch mm-simplify-nodemask-printing-fix.patch mm-make-alloc_node_mem_map-a-voidcall-if-we-dont-have-config_flat_node_mem_map-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html