]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r234742
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 20:28:43 +0000 (20:28 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 20:28:43 +0000 (20:28 +0000)
commit9adbf11ba6174c2424b2752431d406c2a2ec6252
tree873b41c57e238676e7b4aacad668b48936c8ddf8
parent8f9108709b1aa7064275948f69c6fa00337911bc
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@235417 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clvnops.c