K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2012-05-13T20:28:43.490408Z K 7 svn:log V 415 MFC: r234742 It was reported via email that some non-FreeBSD NFS servers do not include file attributes in the reply to an NFS create RPC under certain circumstances. This resulted in a vnode of type VNON that was not usable. This patch adds an NFS getattr RPC to nfs_create() for this case, to fix the problem. It was tested by the person that reported the problem and confirmed to fix this case for their server. END