svn commit: r207690 - stable/8/sys/fs/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Thu May 6 00:49:11 UTC 2010


Author: rmacklem
Date: Thu May  6 00:49:10 2010
New Revision: 207690
URL: http://svn.freebsd.org/changeset/base/207690

Log:
  MFC: r207349
  Delete a diagnostic statement that is no longer useful from
  the experimental NFS client.

Modified:
  stable/8/sys/fs/nfsclient/nfs_clrpcops.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/fs/nfsclient/nfs_clrpcops.c
==============================================================================
--- stable/8/sys/fs/nfsclient/nfs_clrpcops.c	Thu May  6 00:24:08 2010	(r207689)
+++ stable/8/sys/fs/nfsclient/nfs_clrpcops.c	Thu May  6 00:49:10 2010	(r207690)
@@ -1406,10 +1406,6 @@ nfsrpc_write(vnode_t vp, struct uio *uio
 		else
 			error = nfsrpc_writerpc(vp, uiop, iomode, verfp,
 			    newcred, &stateid, p, nap, attrflagp, stuff);
-if (error == NFSERR_BADSTATEID) {
-printf("st=0x%x 0x%x 0x%x\n",stateid.other[0],stateid.other[1],stateid.other[2]);
-nfscl_dumpstate(nmp, 1, 1, 0, 0);
-}
 		if (error == NFSERR_STALESTATEID)
 			nfscl_initiate_recovery(nmp->nm_clp);
 		if (lckp != NULL)


More information about the svn-src-all mailing list