On Wed, Dec 13, 2017 at 01:17:03PM +0100, Michal Hocko wrote: > On Wed 13-12-17 15:07:33, Kirill A. Shutemov wrote: > [...] > > The approach looks fine to me. > > > > But patch is rather large and hard to review. And how git mixed add/remove > > lines doesn't help too. Any chance to split it up further? > > I was trying to do that but this is a drop in replacement so it is quite > hard to do in smaller pieces. I've already put the allocation callback > cleanup into a separate one but this is about all that I figured how to > split. If you have any suggestions I am willing to try them out. "git diff --patience" seems generate more readable output for the patch. > > One nitpick: I don't think 'chunk' terminology should go away with the > > patch. > > Not sure what you mean here. I have kept chunk_start, chunk_node, so I > am not really changing that terminology We don't really have chunks anymore, right? We still *may* have per-node batching, but.. Maybe just 'start' and 'current_node'? -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>