Re: [Xen-devel] [PATCH 1/2] xen/granttable: Support sub-page grants

From: Konrad Rzeszutek Wilk
Date: Wed Dec 07 2011 - 14:41:46 EST


> >
> > gnttab_v1_ops = {
> > ...
> > .access_subpage = NULL;
> > .access_ref_subpage = NULL;
> > .access_trans = NULL;
> > .access_ref_trans = NULL;
> > }

You don't really need that. If you just leave it empty, they are all set
to NULL.
--
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/