From: Konstantin Khlebnikov Date: Fri, 2 Dec 2011 03:11:36 +0000 (+1100) Subject: mm-add-free_hot_cold_page_list-helper-v2 X-Git-Tag: next-20111206~1^2~168 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cbf8d89988d37e81fde787573da55fd9b192b316;p=karo-tx-linux.git mm-add-free_hot_cold_page_list-helper-v2 Signed-off-by: Konstantin Khlebnikov Cc: Mel Gorman Cc: KOSAKI Motohiro Cc: Minchan Kim Cc: Hugh Dickins Signed-off-by: Andrew Morton --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index d7a383775577..c2c892302e97 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1210,6 +1210,9 @@ out: local_irq_restore(flags); } +/* + * Free a list of 0-order pages + */ void free_hot_cold_page_list(struct list_head *list, int cold) { struct page *page, *next; @@ -1218,8 +1221,6 @@ void free_hot_cold_page_list(struct list_head *list, int cold) trace_mm_pagevec_free(page, cold); free_hot_cold_page(page, cold); } - - INIT_LIST_HEAD(list); } /*