Delete a diagnostic statement that is no longer useful from

the experimental NFS client.

MFC after:	1 week
This commit is contained in:
Rick Macklem 2010-04-28 23:05:42 +00:00
parent 83a5671405
commit cb8a84e08e

View File

@ -1399,10 +1399,6 @@ nfsrpc_write(vnode_t vp, struct uio *uiop, int *iomode, u_char *verfp,
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)