1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Change idle state sleep identifier to "-" for nfsd.

This commit is contained in:
Poul-Henning Kamp 2003-07-02 08:08:32 +00:00
parent fd02a4233e
commit 4a12d8397f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117151

View File

@ -316,7 +316,7 @@ nfssvc_nfsd(struct thread *td)
nfsd->nfsd_flag |= NFSD_WAITING;
nfsd_waiting++;
error = tsleep(nfsd, PSOCK | PCATCH,
"nfsd", 0);
"-", 0);
nfsd_waiting--;
if (error)
goto done;