From: Juergen Gross Date: Mon, 13 Feb 2023 09:10:06 +0000 (+0100) Subject: xen/public: fix 9pfs Xenstore entry documentation X-Git-Tag: 4.18.0-rc1~1083 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=80653bd6548810a123bc425c08e0424204c5275b;p=xen.git xen/public: fix 9pfs Xenstore entry documentation 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 Reviewed-by: Stefano Stabellini --- 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: - * - * 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: + * + * Alphanumeric tag that identifies the 9pfs share. The client needs + * to know the tag to be able to mount it. + * ****************************************************************************** * State Machine ******************************************************************************