On Thu, 9 Mar 2017, Boris Ostrovsky wrote:
> On 03/08/2017 06:58 PM, Stefano Stabellini wrote:
> > Introduce the Xen 9pfs transport driver: add struct xenbus_driver to
> > register as a xenbus driver and add struct p9_trans_module to register
> > as v9fs driver.
> >
> > All functions are empty stubs for now.
> >
> > Signed-off-by: Stefano Stabellini <[email protected]>
> > CC: [email protected]
> > CC: [email protected]
> > CC: Eric Van Hensbergen <[email protected]>
> > CC: Ron Minnich <[email protected]>
> > CC: Latchesar Ionkov <[email protected]>
> > CC: [email protected]
> > ---
> >  net/9p/trans_xen.c | 101 
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 101 insertions(+)
> >  create mode 100644 net/9p/trans_xen.c
> >
> > diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c
> > new file mode 100644
> > index 0000000..877dfd0
> > --- /dev/null
> > +++ b/net/9p/trans_xen.c
> > @@ -0,0 +1,101 @@
> > +/*
> > + * linux/fs/9p/trans_xen
> > + *
> > + * Xen transport layer.
> 
> Does this need full copyright header?

I'll import the same one as netfront.


> Either way
> 
> Reviewed-by: Boris Ostrovsky <[email protected]>

Thank you very much!

Reply via email to