aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_nfsiod.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-07-02 08:09:20 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-07-02 08:09:20 +0000
commite82b33f33752e9bd110718743eaae46a63e95541 (patch)
tree79d4d156a3eb98acbc059df0b38f0f329c285dce /sys/nfsclient/nfs_nfsiod.c
parent4a12d8397faa8f6c41a393601cc30def80c62dfb (diff)
downloadsrc-e82b33f33752e9bd110718743eaae46a63e95541.tar.gz
src-e82b33f33752e9bd110718743eaae46a63e95541.zip
Change idle sleep indentifier to "-" for nfsiod
Notes
Notes: svn path=/head/; revision=117152
Diffstat (limited to 'sys/nfsclient/nfs_nfsiod.c')
-rw-r--r--sys/nfsclient/nfs_nfsiod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c
index c244972b7b1e..c33b9502f8ca 100644
--- a/sys/nfsclient/nfs_nfsiod.c
+++ b/sys/nfsclient/nfs_nfsiod.c
@@ -245,7 +245,7 @@ nfssvc_iod(void *instance)
*/
timo = (myiod < nfs_iodmin) ? 0 : nfs_iodmaxidle * hz;
error = tsleep(&nfs_iodwant[myiod], PWAIT | PCATCH,
- "nfsidl", timo);
+ "-", timo);
}
if (error)
break;