fuse: Implement hole detection through lseek
commitdf4ea7091b744c8568e8bd9212a756ac504c43d4
authorMax Reitz <mreitz@redhat.com>
Tue, 27 Oct 2020 19:05:46 +0000 (27 20:05 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Dec 2020 16:52:40 +0000 (11 17:52 +0100)
tree4bb9ba1819d02bb97343e03def3f6ca06ac54251
parent4ca37a96a75aafe7a37ba51ab1912b09b7190a6b
fuse: Implement hole detection through lseek

This is a relatively new feature in libfuse (available since 3.8.0,
which was released in November 2019), so we have to add a dedicated
check whether it is available before making use of it.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20201027190600.192171-7-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/export/fuse.c
configure
meson.build
meson_options.txt