svn commit: r207349 - head/sys/fs/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Wed Apr 28 23:05:42 UTC 2010


Author: rmacklem
Date: Wed Apr 28 23:05:42 2010
New Revision: 207349
URL: http://svn.freebsd.org/changeset/base/207349

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

Modified:
  head/sys/fs/nfsclient/nfs_clrpcops.c

Modified: head/sys/fs/nfsclient/nfs_clrpcops.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clrpcops.c	Wed Apr 28 22:41:06 2010	(r207348)
+++ head/sys/fs/nfsclient/nfs_clrpcops.c	Wed Apr 28 23:05:42 2010	(r207349)
@@ -1399,10 +1399,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