* Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > + } else { > > + struct vm_special_mapping *sm = vma->vm_private_data; > > + > > + if (sm->fault) > > + return sm->fault(sm, vma, vmf); > > + > > + pages = sm->pages; > > + } > > > > for (pgoff = vmf->pgoff; pgoff && *pages; ++pages) > > pgoff--; > > Otherwise looks OK. I'll assume this will be merged via an x86 tree. Yeah, was hoping to be able to do that with your Acked-by. Thanks, Ingo -- 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>