]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r220764
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 May 2011 01:01:03 +0000 (01:01 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 May 2011 01:01:03 +0000 (01:01 +0000)
commit789c6dc0c99ac5cf1afb0aa7b63b6895ee36dc77
tree6d784164f3c2624a09675a76a07c76eefd8ea03e
parent321408aa567d86f9ee50d53e121f113d8b4987d8
MFC: r220764
Add a vput() to nfs_lookitup() in the experimental NFS client
for a case that will probably never happen. It can only
happen if a server were to successfully lookup a file, but not
return attributes for that file. Although technically allowed
by the NFSv3 RFC, I doubt any server would ever do this.
However, if it did, the client would have not vput()'d the
new vnode when it needed to do so.

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