Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-02 | Drop version option from mount command | Michael Pratt | |
Fun fact: in protocol version negotiation, our 9p version must be written "9P2000.L". In the 'version' mount option, it must be written "9p2000.L". Very consistent! The mount command as given complains about an unknown protocol version. Drop it entirely because Linux defaults to 9p2000.L anyways. PiperOrigin-RevId: 202971961 Change-Id: I5d46c83f03182476033db9c36870c68aeaf30f65 | |||
2018-05-08 | Fix warning: redundant if ...; err != nil check, just return error instead. | Ian Gudger | |
This warning is produced by golint. PiperOrigin-RevId: 195833381 Change-Id: Idd6a7e57e3cfdf00819f2374b19fc113585dc1e1 | |||
2018-04-28 | Check in gVisor. | Googler | |
PiperOrigin-RevId: 194583126 Change-Id: Ica1d8821a90f74e7e745962d71801c598c652463 |