On Wed, 03 Dec 2008 14:55:43 +0100, Petr Skovron <Petr.Skovron at sun.com> wrote:
> 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. looks good to me. fortunately this nit did not got carried over in the s10u7 backport of 6710019 ;-) --- frankB