Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)
authorAlan Somers <asomers@gmail.com>
Fri, 1 Jan 2021 19:34:58 +0000 (12:34 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jan 2021 19:34:58 +0000 (19:34 +0000)
commitccba27fbec00d253102395cbdab048f0553c1938
tree8639e203abc3eaa2af6ebb4730bc9b95f89bac90
parentb96e4758041ffac1b8d8c39f4897edd6182a46e9
Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)

Only close the file descriptors if they were just opened.  Otherwise,
the second FUSE_COPY_FILE_RANGE operation on any given file will fail
with EBADF.
example/passthrough.c