DragonFlyBSD Kernel Audit
DF-0920 / fix.diff
← back to finding ↓ download raw
diff --git a/sys/vfs/nfs/nfs_iod.c b/sys/vfs/nfs/nfs_iod.c
--- a/sys/vfs/nfs/nfs_iod.c
+++ b/sys/vfs/nfs/nfs_iod.c
@@ -132,7 +132,6 @@
 						  NFSM_STATE_PROCESSREPLY,
 						  NFSM_STATE_DONE);
 			if (info->error == EINPROGRESS) {
-				kprintf("rxq: move info %p back to txq\n", info);
 				TAILQ_INSERT_TAIL(&nmp->nm_reqtxq, req, r_chain);
 				nfssvc_iod_writer_wakeup(nmp);
 			} else {