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:
parent
fd02a4233e
commit
4a12d8397f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117151
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user