2016-03-02 23:40 GMT+09:00 Vlastimil Babka <vbabka@xxxxxxx>:
On 03/02/2016 03:22 PM, Joonsoo Kim wrote:
So I understand that patch 5 would be just about this?
- if (compaction_restarting(zone, cc->order) && !current_is_kcompactd())
+ if (compaction_restarting(zone, cc->order))
__reset_isolation_suitable(zone);
Yeah, you understand correctly. :)
I'm more inclined to fold it in that case.
Patch would be just simple, but, I guess it would cause some difference
in test result. But, I'm okay for folding.
Thanks.