On Thu, Feb 8, 2018 at 6:17 AM, Miklos Szeredi <miklos@xxxxxxxxxx> wrote: > Thanks for the report and the patch. > > Here's a simpler patch (we don't actually need the > invalidate_inode_pages2(), because all the pages have already been > truncated). > > I tested it with your reproducer and it fixes the issue for me. > > Unless you see a problem with it, I'll queue this up for 4.16. Thanks! I verified that your simpler patch also fixes our more complex internal reproduction. Looking forward to it landing!