diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2008-08-08 20:44:39 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2008-08-08 20:44:39 +0000 |
commit | 52c39a67f6951f85a0153328d55733d068d4123b (patch) | |
tree | 234106f7a194f5a3dd2ce56e208811d0f91cfa95 /sys/nfs/nfs_bio.c | |
parent | c5849f13e6a34f2ea4a11b5b172e0b0a40e4090f (diff) |
After beck@ changed the way nfsiod's are notified of work, the
nfs_iodwant array became unused. Garbage collect and free up
a few bytes.
ok thib@
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r-- | sys/nfs/nfs_bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 5abe441c0ed..a1b57fce2b6 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_bio.c,v 1.53 2008/07/25 14:56:47 beck Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.54 2008/08/08 20:44:38 blambert Exp $ */ /* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */ /* @@ -56,7 +56,6 @@ #include <nfs/nfsnode.h> #include <nfs/nfs_var.h> -extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; extern int nfs_numasync; extern struct nfsstats nfsstats; struct nfs_bufqhead nfs_bufq; |