On Wed, Sep 05, 2018 at 09:34:59AM -0400, Theodore Y. Ts'o wrote: > It's at: 83c0adddcc6ed128168e7b87eaed0c21eac908e4 in the Linux Next > branch. > > Dmitry, can you try reverting this commit and see if it makes the > problem go away? > > Souptick, can we just NACK this patch and completely drop it from all > trees? > > I think we need to be a *lot* more careful about this vm_fault_t patch > thing. If you can't be bothered to run xfstests, we need to introduce > a new function which replaces block_page_mkwrite() --- and then let > each file system try to convert over to it at their own pace, after > they've done regression testing. block_page_mkwrite is only called by ext4 and nilfs2 anyway, so converting both callers over should not be a problem, as long as it actually is done properly. Which is my main beef with this mess of a conversation - it should have been posted as a single series that actually does a mostly scriped conversion after fixing up the initial harder issues, and be properly tested. It has been pretty much an example of how not do things, and been dragging on forever while wasting everyones time.