K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-05T22:25:04.000000Z K 7 svn:log V 230 MFC nfsclient/nfs_node.c:1.52. nfs_nget() does no locking whatsoever when looking up a vnode. If a vget() sleeps the vnode can be ripped out from under the nfs_nget() so we must retry for that case. Approved by: re@freebsd.org END