[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH 1/3] xen/granttable: Introducing grant table V2 stucture
> > > +static struct gnttab_ops gnttab_v1_ops = {
> > > + .map_frames = gnttab_map_frames_v1,
> > > + .unmap_frames = gnttab_unmap_frames_v1,
> > > + .update_entry = update_grant_entry_v1,
> > >
> >
> > Any reason this one is not gnttab_foo?
> >
> Actually no, just keep the original name of this function. I'd like to
> change it, maybe gnttab_update_entry_v1 is better?
I think so. Similarly for the v2 variant.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|