The patch titled Subject: mm-highmem-remove-page_address_pool-list-v2 has been added to the -mm tree. Its filename is mm-highmem-remove-page_address_pool-list-v2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joonsoo Kim <js1304@xxxxxxxxx> Subject: mm-highmem-remove-page_address_pool-list-v2 Signed-off-by: Joonsoo Kim <js1304@xxxxxxxxx> Cc: Mel Gorman <mel@xxxxxxxxx> Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/highmem.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/highmem.c~mm-highmem-remove-page_address_pool-list-v2 mm/highmem.c --- a/mm/highmem.c~mm-highmem-remove-page_address_pool-list-v2 +++ a/mm/highmem.c @@ -324,6 +324,7 @@ struct page_address_map { void *virtual; struct list_head list; }; + static struct page_address_map page_address_maps[LAST_PKMAP]; /* _ Patches currently in -mm which might be from js1304@xxxxxxxxx are linux-next.patch mm-highmem-use-pkmap_nr-to-calculate-an-index-of-pkmap.patch mm-highmem-remove-useless-pool_lock.patch mm-highmem-remove-page_address_pool-list.patch mm-highmem-remove-page_address_pool-list-v2.patch mm-highmem-makes-flush_all_zero_pkmaps-return-index-of-last-flushed-entry.patch mm-highmem-makes-flush_all_zero_pkmaps-return-index-of-last-flushed-entry-v2.patch mm-highmem-get-virtual-address-of-the-page-using-pkmap_addr.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