Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290992
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method |
| Date | 2015-12-14 10:20 +0100 |
| Message-ID | <qFxst-47d-3@gated-at.bofh.it> (permalink) |
| References | <qEmz7-6ZR-3@gated-at.bofh.it> <qEmz8-6ZR-33@gated-at.bofh.it> <qEEmm-21X-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Andrew Morton <akpm@linux-foundation.org> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method Ingo Molnar <mingo@kernel.org> - 2015-12-14 10:20 +0100
csiph-web