Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

filesystem: fix bug with Rwalk error #35

Closed jcrussell closed 6 years ago

jcrussell commented 6 years ago

Linux doesn't respond well to errors that are not in errormap [0]. Change the error message accordingly. Should probably go through and make these consistent in the other callbacks.

[0] https://github.com/fail0verflow/switch-linux/blob/master/net/9p/error.c