Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600874
| From | Stefano Stabellini <sstabellini@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 3/7] xen/9pfs: introduce Xen 9pfs transport driver |
| Date | 2017-03-14 21:30 +0100 |
| Message-ID | <tl1eV-5s2-5@gated-at.bofh.it> (permalink) |
| References | <tkI2C-8rP-9@gated-at.bofh.it> <tkI2C-8rP-11@gated-at.bofh.it> <tkI2C-8rP-17@gated-at.bofh.it> <tkO81-4vc-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 14 Mar 2017, Juergen Gross wrote:
> On 14/03/17 00:50, 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 <stefano@aporeto.com>
> > Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> > CC: jgross@suse.com
> > CC: Eric Van Hensbergen <ericvh@gmail.com>
> > CC: Ron Minnich <rminnich@sandia.gov>
> > CC: Latchesar Ionkov <lucho@ionkov.net>
> > CC: v9fs-developer@lists.sourceforge.net
> > ---
> > net/9p/trans_xen.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 125 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..f072876
> > --- /dev/null
> > +++ b/net/9p/trans_xen.c
>
> > +static struct p9_trans_module p9_xen_trans = {
> > + .name = "xen",
> > + .maxsize = (1 << (XEN_9PFS_RING_ORDER + XEN_PAGE_SHIFT)),
>
> I think you can remove the outer brackets.
OK
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v3 3/7] xen/9pfs: introduce Xen 9pfs transport driver Juergen Gross <jgross@suse.com> - 2017-03-14 07:30 +0100 Re: [PATCH v3 3/7] xen/9pfs: introduce Xen 9pfs transport driver Stefano Stabellini <sstabellini@kernel.org> - 2017-03-14 21:30 +0100
csiph-web