]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r234742
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 13:35:50 +0000 (13:35 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 May 2012 13:35:50 +0000 (13:35 +0000)
commitfae14b5e9a8671190f771452ed8a73d0c9a6bf64
tree4627dc9a539a076c752498d2e27e5bb717f705dd
parent7bdd60a494f487309d89b4c092c99abf35559703
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/9@235397 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clvnops.c