[libvirt PATCH] docs: Fixed incorrect XML attribute name in virtio kbase

Ján Tomko posted 1 patch 3 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f6c79ca2af3607eb1cbbb7208c194f7cbf7a6abd.1591010258.git.jtomko@redhat.com
docs/kbase/virtiofs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] docs: Fixed incorrect XML attribute name in virtio kbase
Posted by Ján Tomko 3 years, 10 months ago
From: Jaak Ristioja <jaak@ristioja.ee>

Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
---
Pushed by danpb under the trivial rule from https://gitlab.com/libvirt/libvirt/-/merge_requests/2

 docs/kbase/virtiofs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst
index 68fbafcf37..18d568af1b 100644
--- a/docs/kbase/virtiofs.rst
+++ b/docs/kbase/virtiofs.rst
@@ -143,5 +143,5 @@ More optional elements can be specified
   <driver type='virtiofs' queue='1024'/>
   <binary path='/usr/libexec/virtiofsd' xattr='on'>
     <cache mode='always'/>
-    <lock posix_lock='on' flock='on'/>
+    <lock posix='on' flock='on'/>
   </binary>
-- 
2.25.4