On Mon, Nov 28, 2016 at 9:32 AM, Dave Hansen <dave.hansen@xxxxxxxxx> wrote: > > But, both call-sites are still keeping 'force_flush' to store the > information about whether we ever saw a dirty pte. If we moved _that_ > logic into the x86 mmu_gather code, we could get rid of all the > 'force_flush' tracking in both call sites. It also makes us a bit more > future-proof against these page_mkclean() races if we ever grow a third > site for clearing ptes. Yeah, that sounds like a nice cleanup and would put all the real state into that mmu_gather structure. Linus -- 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>