Re: [RFC/PATCH v2 11/22] s390/mm: Remove superfluous parameter

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

 



On Mon, 22 Jan 2018 14:14:56 +0100
Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote:

Yes, please take this via the kvm tree.

>  thanks applied. 
> Martin unless you have concerns I will take this via the kvm tree.
> 
> On 12/13/2017 01:53 PM, Janosch Frank wrote:
> > It seems it hasn't even been used before the last cleanup and was
> > overlooked.
> > 
> > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxxxxxxx>
> > ---
> >  arch/s390/mm/gmap.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/s390/mm/gmap.c b/arch/s390/mm/gmap.c
> > index ffc11d8..d396da8 100644
> > --- a/arch/s390/mm/gmap.c
> > +++ b/arch/s390/mm/gmap.c
> > @@ -2237,7 +2237,7 @@ EXPORT_SYMBOL_GPL(gmap_shadow_page);
> >   * Called with sg->parent->shadow_lock.
> >   */
> >  static void gmap_shadow_notify(struct gmap *sg, unsigned long vmaddr,
> > -			       unsigned long gaddr, pte_t *pte)
> > +			       unsigned long gaddr)
> >  {
> >  	struct gmap_rmap *rmap, *rnext, *head;
> >  	unsigned long start, end, bits, raddr;
> > @@ -2322,7 +2322,7 @@ void ptep_notify(struct mm_struct *mm, unsigned long vmaddr,
> >  			spin_lock(&gmap->shadow_lock);
> >  			list_for_each_entry_safe(sg, next,
> >  						 &gmap->children, list)
> > -				gmap_shadow_notify(sg, vmaddr, gaddr, pte);
> > +				gmap_shadow_notify(sg, vmaddr, gaddr);
> >  			spin_unlock(&gmap->shadow_lock);
> >  		}
> >  		if (bits & PGSTE_IN_BIT)
> >   


-- 
blue skies,
   Martin.

"Reality continues to ruin my life." - Calvin.




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux