9pfuse: convert "invalid" to EINVAL
This commit is contained in:
parent
482299b83c
commit
77fb6ec713
@ -39,6 +39,7 @@ static Error errortab[] = {
|
|||||||
{ "in use", EBUSY },
|
{ "in use", EBUSY },
|
||||||
{ "busy", EBUSY },
|
{ "busy", EBUSY },
|
||||||
{ "illegal", EINVAL },
|
{ "illegal", EINVAL },
|
||||||
|
{ "invalid", EINVAL },
|
||||||
{ "read-only", EROFS },
|
{ "read-only", EROFS },
|
||||||
{ "read only", EROFS },
|
{ "read only", EROFS },
|
||||||
#ifdef EPROTO
|
#ifdef EPROTO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user