commit | df4ea7091b744c8568e8bd9212a756ac504c43d4 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Tue Oct 27 20:05:46 2020 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 11 17:52:40 2020 +0100 |
tree | 4bb9ba1819d02bb97343e03def3f6ca06ac54251 | |
parent | 4ca37a96a75aafe7a37ba51ab1912b09b7190a6b [diff] |
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>