9pfuse: update errortab

This commit is contained in:
Oleg Nemanov 2020-01-15 10:57:41 +03:00 committed by Dan Cross
parent e0434ae424
commit dc24d309d5

View file

@ -21,6 +21,7 @@ static Error errortab[] = {
{ "exist", ENOENT },
{ "no such", ENOENT },
{ "not found", ENOENT },
{ "not implemented", ENOSYS},
{ "input/output", EIO },
{ "timeout", ETIMEDOUT },
{ "timed out", ETIMEDOUT },
@ -42,6 +43,7 @@ static Error errortab[] = {
{ "invalid", EINVAL },
{ "read-only", EROFS },
{ "read only", EROFS },
{ "stale ", ESTALE},
#ifdef EPROTO
{ "proto", EPROTO },
#else