Re: [PATCH] page owners: correct page->order when to free page

2014-03-12 Thread Minchan Kim
On Wed, Mar 12, 2014 at 03:58:06PM +0900, Jungsoo Son wrote: > When I use PAGE_OWNER in mmotm tree, I found a problem that mismatches > the number of allocated pages. When I investigate, the problem is that > set_page_order is called for only a head page if freed page is merged to > a higher order

[PATCH] page owners: correct page->order when to free page

2014-03-11 Thread Jungsoo Son
When I use PAGE_OWNER in mmotm tree, I found a problem that mismatches the number of allocated pages. When I investigate, the problem is that set_page_order is called for only a head page if freed page is merged to a higher order page in the buddy allocator so tail pages of the higher order page co