Re: [PATCH 2/2] mm/debug-pagealloc: cleanup page guard code

2014-11-09 Thread Gioh Kim
2014-11-07 오후 4:35에 Joonsoo Kim 이(가) 쓴 글: > Page guard is used by debug-pagealloc feature. Currently, > it is open-coded, but, I think that more abstraction of it makes > core page allocator code more readable. > > There is no functional difference. > > Signed-off-by: Joonsoo Kim > --- > mm/

Re: [PATCH 2/2] mm/debug-pagealloc: cleanup page guard code

2014-11-07 Thread Vlastimil Babka
On 11/07/2014 08:35 AM, Joonsoo Kim wrote: Page guard is used by debug-pagealloc feature. Currently, it is open-coded, but, I think that more abstraction of it makes core page allocator code more readable. There is no functional difference. Signed-off-by: Joonsoo Kim Acked-by: Vlastimil Babk