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

Fix assignment of Inode # to Path #11

Closed rminnich closed 8 years ago

rminnich commented 8 years ago

We need to cast the inode # because on some systems it's only 32 bits.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com

harveybot commented 8 years ago

Please review this @sevki

hagna commented 8 years ago

LGTM

Approved with PullApprove