Hello, I would like to get a review of the following fix in nfs in the userspace mount helper:
6755735 mounting public filehandle with NFSv3 got ESTALE http://cr.opensolaris.org/~xofon/6755735/ Steps to reproduce the problem: on the server: root at eschaton:~# mkdir /foo root at eschaton:~# share -F nfs -o rw,log=stcwnfs,public /foo then on the client: root at vha-v65xd:~# mount -o vers=3,public eschaton.czech:/foo /mnt nfs mount: mount: /mnt: Stale NFS file handle The problem occurs if client is >=snv100. Thanks Petr