summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_nfsiod.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-06-23 04:44:14 +0000
committerjulian <julian@FreeBSD.org>1999-06-23 04:44:14 +0000
commit7dc5713bf7cae88a743357e8d145c14a16b4c479 (patch)
tree5982e112fadd3247568a638b574b7ecc6a296f56 /sys/nfsclient/nfs_nfsiod.c
parent4ee2bd7866bcaa857224f4b0f0efdd91c7e2d0cd (diff)
downloadFreeBSD-src-7dc5713bf7cae88a743357e8d145c14a16b4c479.zip
FreeBSD-src-7dc5713bf7cae88a743357e8d145c14a16b4c479.tar.gz
Matt's NFS fixes.
Submitted by: Matt Dillon Reviewed by: David Cross, Julian Elischer, Mike Smith, Drew Gallatin 3.2 version to follow when tested
Diffstat (limited to 'sys/nfsclient/nfs_nfsiod.c')
-rw-r--r--sys/nfsclient/nfs_nfsiod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c
index d3d07c6..004bdd2 100644
--- a/sys/nfsclient/nfs_nfsiod.c
+++ b/sys/nfsclient/nfs_nfsiod.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_syscalls.c,v 1.48 1999/02/25 00:03:51 peter Exp $
+ * $Id: nfs_syscalls.c,v 1.49 1999/04/27 11:17:52 phk Exp $
*/
#include <sys/param.h>
@@ -651,7 +651,7 @@ nfssvc_nfsd(nsd, argp, p)
slp, nfsd->nfsd_procp, &mreq);
if (mreq == NULL)
break;
- if (error) {
+ if (error != 0 && error != NFSERR_RETVOID) {
if (nd->nd_procnum != NQNFSPROC_VACATED)
nfsstats.srv_errs++;
nfsrv_updatecache(nd, FALSE, mreq);
OpenPOWER on IntegriCloud