Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1290992 > unrolled thread

Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method

Started byIngo Molnar <mingo@kernel.org>
First post2015-12-14 10:20 +0100
Last post2015-12-14 10:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method Ingo Molnar <mingo@kernel.org> - 2015-12-14 10:20 +0100

#1290992 — Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method

FromIngo Molnar <mingo@kernel.org>
Date2015-12-14 10:20 +0100
SubjectRe: [PATCH 1/6] mm: Add a vm_special_mapping .fault method
Message-ID<qFxst-47d-3@gated-at.bofh.it>
* 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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web