diff options
author | Sergio Lopez | 2020-07-17 14:11:10 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert | 2020-08-28 14:34:52 +0200 |
commit | e9a78564a12c5cb670c4cbd5398a1ea8cd9ae642 (patch) | |
tree | 02fafe05ee2c411395c5977fa3a27d100785696c /tools/virtiofsd | |
parent | virtiofsd: Disable remote posix locks by default (diff) | |
download | qemu-e9a78564a12c5cb670c4cbd5398a1ea8cd9ae642.tar.gz qemu-e9a78564a12c5cb670c4cbd5398a1ea8cd9ae642.tar.xz qemu-e9a78564a12c5cb670c4cbd5398a1ea8cd9ae642.zip |
virtiofsd: Remove "norace" from cmdline help and docs
Commit 93bb3d8d4cda ("virtiofsd: remove symlink fallbacks") removed
the implementation of the "norace" option, so remove it from the
cmdline help and the documentation too.
Signed-off-by: Sergio Lopez <slp@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200717121110.50580-1-slp@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tools/virtiofsd')
-rw-r--r-- | tools/virtiofsd/helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index 3105b6c23a..7bc5d7dc5a 100644 --- a/tools/virtiofsd/helper.c +++ b/tools/virtiofsd/helper.c @@ -159,8 +159,6 @@ void fuse_cmdline_help(void) " -o max_idle_threads the maximum number of idle worker " "threads\n" " allowed (default: 10)\n" - " -o norace disable racy fallback\n" - " default: false\n" " -o posix_lock|no_posix_lock\n" " enable/disable remote posix lock\n" " default: posix_lock\n" |