On Sun, May 12, 2013 at 9:23 AM, Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> wrote: > From: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> > > If caller asks for huge page (flags & FAULT_FLAG_TRANSHUGE), > filemap_fault() return it if there's a huge page already by the offset. > > If the area of page cache required to create huge is empty, we create a > new huge page and return it. > > Otherwise we return VM_FAULT_FALLBACK to indicate that fallback to small > pages is required. > s/small/regular/g ? -- 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>