diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-02 08:09:20 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-02 08:09:20 +0000 |
| commit | e82b33f33752e9bd110718743eaae46a63e95541 (patch) | |
| tree | 79d4d156a3eb98acbc059df0b38f0f329c285dce /sys/nfsclient/nfs_nfsiod.c | |
| parent | 4a12d8397faa8f6c41a393601cc30def80c62dfb (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_nfsiod.c')
| -rw-r--r-- | sys/nfsclient/nfs_nfsiod.c | 2 |
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; |
