lionkov / go9p

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

Initialize Wstat Dir per 9p public spec. #38

Closed edahlgren closed 9 years ago

edahlgren commented 9 years ago

According to the public 9p documentation, if Type, Dev, Qid, Atime are not "don't touch", then the server must reject the Wstat request and return an error. To allow FSync to succeed, we need to initialize these fields properly with don't touch values.

rminnich commented 9 years ago

I'll assume this is tested ...