[Virtio-fs] [PATCH 3/3] virtiofsd: remove --writeback option from the man page

Masayoshi Mizuma msys.mizuma at gmail.com
Wed Dec 18 20:08:33 UTC 2019


From: Masayoshi Mizuma <m.mizuma at jp.fujitsu.com>

'--writeback' options doesn't work for virtiofsd.
'-o writebck' works instead.

Signed-off-by: Masayoshi Mizuma <m.mizuma at jp.fujitsu.com>
---
 tools/virtiofsd/virtiofsd.texi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/virtiofsd/virtiofsd.texi b/tools/virtiofsd/virtiofsd.texi
index 76eb219676..45f377d41e 100644
--- a/tools/virtiofsd/virtiofsd.texi
+++ b/tools/virtiofsd/virtiofsd.texi
@@ -73,8 +73,6 @@ Select the desired trade-off between coherency and performance.  @code{none}
 forbids the FUSE client from caching to achieve best coherency at the cost of
 performance.  @code{auto} acts similar to NFS with a 1 second metadata cache
 timeout.  @code{always} sets a long cache lifetime at the expense of coherency.
- at item --writeback
-Enable writeback cache, allowing the FUSE client to buffer and merge write requests.
 @end table
 @c man end
 
-- 
2.18.1





More information about the Virtio-fs mailing list