[PATCH v2 06/12] drivers:hv: Export do_hypercall()

Jake Oshins jakeo at microsoft.com
Tue Sep 15 23:29:56 UTC 2015


> > ---
> > @@ -91,7 +91,7 @@ static int query_hypervisor_info(void)
> >  /*
> >   * do_hypercall- Invoke the specified hypercall
> >   */
> > -static u64 do_hypercall(u64 control, void *input, void *output)
> > +u64 do_hypercall(u64 control, void *input, void *output)
> 
> do_hypercall() is not an appropriate name for a function to be exported. I
> plan to take the base
> vmbus patches through Greg's tree and if it is ok with you, I will change the
> name of this function.
> 
> Regards,
> 
> K. Y

Of course.  Thanks.

-- Jake Oshins



More information about the devel mailing list