summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLi Feng2020-12-07 12:44:06 +0100
committerKevin Wolf2020-12-11 17:52:40 +0100
commiteb43ea16dcb7e6ab01db321b5edac3e593556e7d (patch)
treebff36c40fd24a15515c6596a5f241a45c2d59ba6 /tests
parentiotests/308: Add test for FUSE exports (diff)
downloadqemu-eb43ea16dcb7e6ab01db321b5edac3e593556e7d.tar.gz
qemu-eb43ea16dcb7e6ab01db321b5edac3e593556e7d.tar.xz
qemu-eb43ea16dcb7e6ab01db321b5edac3e593556e7d.zip
file-posix: check the use_lock before setting the file lock
The scenario is that when accessing a volume on an NFS filesystem without supporting the file lock, Qemu will complain "Failed to lock byte 100", even when setting the file.locking = off. We should do file lock related operations only when the file.locking is enabled, otherwise, the syscall of 'fcntl' will return non-zero. Signed-off-by: Li Feng <fengli@smartx.com> Message-Id: <1607341446-85506-1-git-send-email-fengli@smartx.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions