* Andrew Morton <[email protected]> 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/