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