Files
gvisor/pkg/errors/linuxerr
Kevin Krakauer b1ade52f24 fuse: handle bad response errors
FUSE is supposed to receive an error code corresponding to Linux errors, but
since it's running in another process we can't guarantee that. So instead of
propogating a nonsensical error code (that can lead, in some cases, to panics),
warn and convert the failure to EINVAL.

PiperOrigin-RevId: 660274364
2024-08-07 00:57:57 -07:00
..
2024-08-07 00:57:57 -07:00