diff options
author | Kevin Wolf <kwolf@redhat.com> | 2020-09-07 11:27:39 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-09-10 11:11:12 +0200 |
commit | 3b079ac0ffc8e1d9e6528b6e258e7e0d494d9aa0 (patch) | |
tree | 010f2226a721e8bf05363526440f28e391bce088 /nbd/server.c | |
parent | b1cbc33a3971b6bb005d5ac3569feae35a71de0f (diff) |
file-win32: Fix "locking" option
The intended behaviour was that locking=off/auto work and have no
effect (to remain compatible with file-posix), whereas locking=on would
return an error. Unfortunately, the code forgot to remove "locking" from
the options QDict, so any attempt to use the option would fail.
Replace the option parsing code for "locking" with something that is
part of the raw_runtime_opts QemuOptsList (so it is properly removed
from the QDict) and looks more like file-posix.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200907092739.9988-1-kwolf@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'nbd/server.c')
0 files changed, 0 insertions, 0 deletions