A conventional BSD nfs daemon uses the inode of the file and some versioning
information for the NFS file handle state. The inode is a good thing to
keep handy. It means if people open a file and work with it then a rename
from another client has unix semantics. A path hash doesnt have this property
and is very slow to resolve