]> xenbits.xensource.com Git - xen.git/commitdiff
xen/public: fix 9pfs Xenstore entry documentation
authorJuergen Gross <jgross@suse.com>
Mon, 13 Feb 2023 09:10:06 +0000 (10:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Feb 2023 09:10:06 +0000 (10:10 +0100)
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>
xen/include/public/io/9pfs.h

index 5dad0db86931209f53843994683bc7a5b681efef..617ad9afd767153504655f333bdee45e36a1bd32 100644 (file)
  *
  *         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"
  *
  *         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
  ******************************************************************************