summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsnode.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1996-11-06 10:53:16 +0000
committerDoug Rabson <dfr@FreeBSD.org>1996-11-06 10:53:16 +0000
commitf438ae02f5bfa5a0614fcee77ea16bedf78f508f (patch)
treeb99fa8ba7a7ef13dafb400913ede1cef59f59743 /sys/nfs/nfsnode.h
parentd3cf2d5d31ce6c15b140d5d9a8daa5ffe89f208a (diff)
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index 49e96da0c774..265154c37a11 100644
--- a/sys/nfs/nfsnode.h
+++ b/sys/nfs/nfsnode.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.4 (Berkeley) 2/13/94
- * $Id: nfsnode.h,v 1.14 1995/11/09 08:16:59 bde Exp $
+ * $Id: nfsnode.h,v 1.15 1995/12/17 21:12:37 phk Exp $
*/
#ifndef _NFS_NFSNODE_H_
@@ -149,6 +149,8 @@ struct nfsnode {
* Queue head for nfsiod's
*/
extern TAILQ_HEAD(nfs_bufq, buf) nfs_bufq;
+extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
+extern struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON];
#if defined(KERNEL) || defined(_KERNEL)
extern vop_t **fifo_nfsv2nodeop_p;