PERFORCE change 18614 for review

Robert Watson rwatson at freebsd.org
Thu Oct 3 21:57:39 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18614

Change 18614 by rwatson at rwatson_tislabs on 2002/10/03 14:57:09

	Integrate NFSv2 removal hang in server code.

Affected files ...

.. //depot/projects/trustedbsd/base/sys/nfsserver/nfs_serv.c#14 integrate

Differences ...

==== //depot/projects/trustedbsd/base/sys/nfsserver/nfs_serv.c#14 (text+ko) ====

@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_serv.c,v 1.123 2002/09/25 02:39:39 jeff Exp $");
+__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_serv.c,v 1.124 2002/10/03 21:50:37 rwatson Exp $");
 
 /*
  * nfs version 2 and 3 server calls to vnode ops
@@ -2905,10 +2905,9 @@
 	if (dirp)
 		diraft_ret = VOP_GETATTR(dirp, &diraft, cred, td);
 	nfsm_reply(NFSX_WCCDATA(v3));
-	if (v3) {
+	error = 0;
+	if (v3)
 		nfsm_srvwcc_data(dirfor_ret, &dirfor, diraft_ret, &diraft);
-		error = 0;
-	}
 	/* fall through */
 
 nfsmout:
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list