Message ID | 20230209112338.26287-2-jgross@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | xen/public move and fix 9pfs documentation | expand |
On Thu, 9 Feb 2023, Juergen Gross wrote: > In xen/include/public/io/9pfs.h the documentation regarding the > Xenstore entries isn't reflecting reality: the "tag" Xenstore entry > is on the frontend side, not on the backend one. > > Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > V4: > - patch split off (Julien Grall) > --- > xen/include/public/io/9pfs.h | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/xen/include/public/io/9pfs.h b/xen/include/public/io/9pfs.h > index 5dad0db869..617ad9afd7 100644 > --- a/xen/include/public/io/9pfs.h > +++ b/xen/include/public/io/9pfs.h > @@ -64,12 +64,6 @@ > * > * Host filesystem path to share. > * > - * tag > - * Values: <string> > - * > - * Alphanumeric tag that identifies the 9pfs share. The client needs > - * to know the tag to be able to mount it. > - * > * security-model > * Values: "none" > * > @@ -106,6 +100,12 @@ > * map a page with information to setup a share ring. One for each > * ring. > * > + * tag > + * Values: <string> > + * > + * Alphanumeric tag that identifies the 9pfs share. The client needs > + * to know the tag to be able to mount it. > + * > ****************************************************************************** > * State Machine > ****************************************************************************** > -- > 2.35.3 >
diff --git a/xen/include/public/io/9pfs.h b/xen/include/public/io/9pfs.h index 5dad0db869..617ad9afd7 100644 --- a/xen/include/public/io/9pfs.h +++ b/xen/include/public/io/9pfs.h @@ -64,12 +64,6 @@ * * Host filesystem path to share. * - * tag - * Values: <string> - * - * Alphanumeric tag that identifies the 9pfs share. The client needs - * to know the tag to be able to mount it. - * * security-model * Values: "none" * @@ -106,6 +100,12 @@ * map a page with information to setup a share ring. One for each * ring. * + * tag + * Values: <string> + * + * Alphanumeric tag that identifies the 9pfs share. The client needs + * to know the tag to be able to mount it. + * ****************************************************************************** * State Machine ******************************************************************************
In xen/include/public/io/9pfs.h the documentation regarding the Xenstore entries isn't reflecting reality: the "tag" Xenstore entry is on the frontend side, not on the backend one. Signed-off-by: Juergen Gross <jgross@suse.com> --- V4: - patch split off (Julien Grall) --- xen/include/public/io/9pfs.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)