diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-10-02 07:44:29 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-10-02 07:44:29 +0000 |
| commit | 316ec49abd15743784b47592c00d6297dabce21b (patch) | |
| tree | 0a9cc28f7570a42ae4e5df4cfc55dee42c36d9d8 /sys/nfsclient/nfs_nfsiod.c | |
| parent | a70e34ac714c1609edfcc248799d078d66ee5f79 (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 4a3d0f7d14b4..8762b16f1074 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -170,7 +170,7 @@ nfs_nfsiodnew(void) if (newiod == -1) return (-1); error = kthread_create(nfssvc_iod, nfs_asyncdaemon + i, NULL, RFHIGHPID, - "nfsiod %d", newiod); + 0, "nfsiod %d", newiod); if (error) return (-1); nfs_numasync++; |
