diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-13 02:09:48 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-13 02:09:48 +0000 |
commit | 496650d3371eebe17ca07f04b691b85bafafd1a4 (patch) | |
tree | cecf745b413e64943e1265472aae88fc0d8d5e99 /sys/nfs/nfs_bio.c | |
parent | e71bd5e5b27af827fec91c9a5fcf9d877570b49c (diff) |
Kill a bunch more commons (very few left =)
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r-- | sys/nfs/nfs_bio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 3bdea53c9c0..97551eae532 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_bio.c,v 1.36 2002/05/21 21:07:09 art Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.37 2003/05/13 02:09:47 jason Exp $ */ /* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */ /* @@ -63,6 +63,7 @@ extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; extern int nfs_numasync; struct nfsstats nfsstats; +struct nfs_bufqhead nfs_bufq; /* * Vnode op for read using bio |