Jeff Layton <jlayton@xxxxxxxxxx> wrote: > > Why not: > > > > if (page_offset(page) >= i_size) > > > > That doesn't handle THP's correctly. It's just a PAGE_SIZE shift. I asked Willy about that one and he said it will. Now, granted, the code doesn't seem to do that, but possibly he has a patch for it? David