9pfuse: update errortab
This commit is contained in:
parent
e0434ae424
commit
dc24d309d5
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ static Error errortab[] = {
|
||||||
{ "exist", ENOENT },
|
{ "exist", ENOENT },
|
||||||
{ "no such", ENOENT },
|
{ "no such", ENOENT },
|
||||||
{ "not found", ENOENT },
|
{ "not found", ENOENT },
|
||||||
|
{ "not implemented", ENOSYS},
|
||||||
{ "input/output", EIO },
|
{ "input/output", EIO },
|
||||||
{ "timeout", ETIMEDOUT },
|
{ "timeout", ETIMEDOUT },
|
||||||
{ "timed out", ETIMEDOUT },
|
{ "timed out", ETIMEDOUT },
|
||||||
|
|
@ -42,6 +43,7 @@ static Error errortab[] = {
|
||||||
{ "invalid", EINVAL },
|
{ "invalid", EINVAL },
|
||||||
{ "read-only", EROFS },
|
{ "read-only", EROFS },
|
||||||
{ "read only", EROFS },
|
{ "read only", EROFS },
|
||||||
|
{ "stale ", ESTALE},
|
||||||
#ifdef EPROTO
|
#ifdef EPROTO
|
||||||
{ "proto", EPROTO },
|
{ "proto", EPROTO },
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue