comment out debug printf.
Submitted by: rees
This commit is contained in:
parent
a5a262c6db
commit
4ebbd9b988
@ -505,7 +505,7 @@ nfs4_daemon(void *arg)
|
|||||||
mtx_lock(&Giant);
|
mtx_lock(&Giant);
|
||||||
nfs4_daemonproc = NULL;
|
nfs4_daemonproc = NULL;
|
||||||
mtx_unlock(&Giant);
|
mtx_unlock(&Giant);
|
||||||
printf("nfsv4 renewd exiting\n");
|
/*printf("nfsv4 renewd exiting\n");*/
|
||||||
kthread_exit(0);
|
kthread_exit(0);
|
||||||
}
|
}
|
||||||
tsleep(&nfs4_daemonproc, PVFS, "nfs4", 2 * hz);
|
tsleep(&nfs4_daemonproc, PVFS, "nfs4", 2 * hz);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user