mirror of
https://github.com/restic/restic.git
synced 2026-01-09 00:12:54 -05:00
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. |
||
|---|---|---|
| .. | ||
| dir.go | ||
| file.go | ||
| fuse_test.go | ||
| link.go | ||
| other.go | ||
| root.go | ||
| snapshots_dir.go | ||
| snapshots_dirstruct.go | ||
| snapshots_dirstruct_test.go | ||