On Tue, Sep 27, 2016 at 06:08:04PM +0200, Jan Kara wrote: > Hello, > > this is a third revision of my patches to clear dirty bits from radix tree of > DAX inodes when caches for corresponding pfns have been flushed. This patch set > is significantly larger than the previous version because I'm changing how > ->fault, ->page_mkwrite, and ->pfn_mkwrite handlers may choose to handle the > fault Btw, is there ny good reason to keep ->fault, ->pmd_fault, page->mkwrite and pfn_mkwrite separate these days? All of them now take a struct vm_fault, and the differences aren't exactly obvious for callers and users. -- 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>