diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2009-01-18 21:04:42 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2009-01-18 21:04:42 +0000 |
commit | a694eff8cf3bb4660c4ece397b1b3e4493d0d42c (patch) | |
tree | 687d16f1b27d43a662bf4cf3e6e9fab61003578b /sys/nfs/nfs_var.h | |
parent | 9ba1b1e35362e6fbffd5287796423400983b4a53 (diff) |
remove function which only called nfssvc_iod(), and pass nfssvc_iod()
to kthread_create()
ok thib@
Diffstat (limited to 'sys/nfs/nfs_var.h')
-rw-r--r-- | sys/nfs/nfs_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index 5177db9a949..e2b886a0e5e 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.46 2009/01/16 17:11:28 thib Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.47 2009/01/18 21:04:41 blambert Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -260,7 +260,7 @@ int nfssvc_nfsd(struct nfsd_srvargs *, caddr_t, struct proc *); void nfsrv_zapsock(struct nfssvc_sock *); void nfsrv_slpderef(struct nfssvc_sock *); void nfsrv_init(int); -int nfssvc_iod(struct proc *); +void nfssvc_iod(void *); void start_nfsio(void *); void nfs_getset_niothreads(int); |