Date: Mon, 18 Apr 2011 01:02:43 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clvnops.c Message-ID: <201104180102.p3I12x9W079896@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-04-18 01:02:43 UTC
FreeBSD src repository
Modified files:
sys/fs/nfsclient nfs_clvnops.c
Log:
SVN rev 220764 on 2011-04-18 01:02:43Z by rmacklem
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.
MFC after: 2 weeks
Revision Changes Path
1.36 +4 -1 src/sys/fs/nfsclient/nfs_clvnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104180102.p3I12x9W079896>
