mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
b1ade52f24
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