Re: [Xen-devel] [PATCH V2 3/7]: PVH: mmu related changes.

From: Ian Campbell
Date: Tue Oct 16 2012 - 15:43:04 EST


On Tue, 2012-10-16 at 10:46 -0700, Mukesh Rathor wrote:
> On Tue, 16 Oct 2012 17:27:01 +0100
> Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
>
> > On Fri, 2012-10-12 at 09:57 +0100, Ian Campbell wrote:
> > > > +int xen_unmap_domain_mfn_range(struct vm_area_struct *vma)
> > > > +{
> > > > + int numpgs = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
> > > > + struct page **pages = vma ? vma->vm_private_data : NULL;
> > >
> > > I thought we agreed to keep uses of vm_private_data in the privcmd
> > > driver?
> > >
> > > I think you should just add pages and nr as direct parameters to
> > > this function, which is symmetric with the map call.
> >
> > I had to look at this while rebasing my arm patches, turned out to be
> > fairly simple. Feel free to either fold in or badger me for a proper
> > commit message.
>
>
> I made similar change in my tree, except I am not passing vma as its
> not needed. I guess you just wanna be consistend with remap, or future
> use?

Consistency mostly.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/