From: Nick Piggin Date: Sun, 8 Jan 2006 09:00:42 +0000 (-0800) Subject: [PATCH] mm: free_pages opt X-Git-Tag: v2.6.16-rc1~897 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48db57f8ff10eb09ab887ccb6150b0da0c7be24e;p=pandora-kernel.git [PATCH] mm: free_pages opt Try to streamline free_pages_bulk by ensuring callers don't pass in a 'count' that exceeds the list size. Some cleanups: Rename __free_pages_bulk to __free_one_page. Put the page list manipulation from __free_pages_ok into free_one_page. Make __free_pages_ok static. Signed-off-by: Nick Piggin Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed