From: Konstantin Khlebnikov Date: Fri, 16 Dec 2011 04:49:43 +0000 (+1100) Subject: mm-add-free_hot_cold_page_list-helper-v2 X-Git-Tag: next-20111219~1^2~198 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=13663f1e67d5687303aedeec2716893526563643;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 4821d7449d7c..495183506148 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1188,6 +1188,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; @@ -1196,8 +1199,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); } /*