mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Change idle state sleep identifier to "-" for nfsd.
This commit is contained in:
parent
fd02a4233e
commit
4a12d8397f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue