There is a problem with the nfs client when using fstat.
Suppose /n/share is a mounted nfs share.
dirstat("/n/share") works correctly returning "share" for
the name. However, dirfstat(open("/n/share", OREAD))
returns "???" for the name.The problem appears to be how FidAux.name is used in /sys/src/cmd/nfs.c:1248 to manage the file name. I don't know enough to fix this problem and was wondering if anyone else has come across it and could offer some help. Thanks a million, eoghan
