2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-30 22:33:30 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Michael Eischer
a0c1ae9f90 mount: Correctly return context.Canceled for interrupted syscalls
bazil/fuse expects us to return context.Canceled to signal that a
syscall was successfully interrupted. Returning a wrapped version of
that error however causes the fuse library to signal an EIO (input/output
error). Thus unwrap context.Canceled errors before returning them.
2022-08-26 20:48:48 +02:00