Re: [PATCH 3/5] mm, highmem: remove page_address_pool list
From: Minchan Kim <minchan@kernel.org>
Date: 2012-10-29 01:52:09
Also in:
lkml
From: Minchan Kim <minchan@kernel.org>
Date: 2012-10-29 01:52:09
Also in:
lkml
On Mon, Oct 29, 2012 at 04:12:54AM +0900, Joonsoo Kim wrote:
We can find free page_address_map instance without the page_address_pool. So remove it. Signed-off-by: Joonsoo Kim <redacted>
Reviewed-by: Minchan Kim <minchan@kernel.org> See below a nitpick. :)
diff --git a/mm/highmem.c b/mm/highmem.c index 017bad1..731cf9a 100644 --- a/mm/highmem.c +++ b/mm/highmem.c@@ -323,11 +323,7 @@ struct page_address_map { void *virtual; struct list_head list; }; -
Let's leave a blank line. -- Kind regards, Minchan Kim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>