comment out debug printf.

Submitted by: rees
This commit is contained in:
Alfred Perlstein 2004-10-27 23:19:34 +00:00
parent a5a262c6db
commit 4ebbd9b988

View File

@ -505,7 +505,7 @@ nfs4_daemon(void *arg)
mtx_lock(&Giant);
nfs4_daemonproc = NULL;
mtx_unlock(&Giant);
printf("nfsv4 renewd exiting\n");
/*printf("nfsv4 renewd exiting\n");*/
kthread_exit(0);
}
tsleep(&nfs4_daemonproc, PVFS, "nfs4", 2 * hz);