- Notifications
You must be signed in to change notification settings - Fork288
Commit85297cd
committed
fusefrontend: doWrite: report readFileID errors as I/O error
It used to be reported as "function not implemented", accompaniedwith this log output: go-fuse: can't convert error type: ParseHeader: header is all-zero. Header hexdump: 000000000000000000000000000000000000Now we report EIO and log this: doWrite 1372183: corrupt header: ParseHeader: header is all-zero. Header hexdump: 0000000000000000000000000000000000001 parente9a5b89 commit85297cd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| |||
0 commit comments
Comments
(0)