virtiofsd: add some options to the help message
commit1d59b1b210d7c3b0bdf4b10ebe0bb1fccfcb8b95
authorMasayoshi Mizuma <m.mizuma@jp.fujitsu.com>
Wed, 18 Dec 2019 20:08:31 +0000 (18 15:08 -0500)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:37 +0000 (23 16:41 +0000)
tree9ba8933b36478b730abce5e595abfb894f418104
parent9883df8ccae6d744a0c8d9cbf9d62b1797d70ebd
virtiofsd: add some options to the help message

Add following options to the help message:
- cache
- flock|no_flock
- norace
- posix_lock|no_posix_lock
- readdirplus|no_readdirplus
- timeout
- writeback|no_writeback
- xattr|no_xattr

Signed-off-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
dgilbert: Split cache, norace, posix_lock, readdirplus off
  into our own earlier patches that added the options

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/helper.c