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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* 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>



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]