diff options
| author | Tor Egge <tegge@FreeBSD.org> | 1997-06-25 21:07:26 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 1997-06-25 21:07:26 +0000 |
| commit | 932c8934e870b9ecf72dfb64d64481d335947018 (patch) | |
| tree | 3ef50f0a4690b65522b3915c7841776175e3d206 | |
| parent | 8b2178f15c13ce16e1390c47f965f0e273315df9 (diff) | |
Notes
| -rw-r--r-- | sys/nfs/nfs_syscalls.c | 3 | ||||
| -rw-r--r-- | sys/nfsclient/nfs_nfsiod.c | 3 | ||||
| -rw-r--r-- | sys/nfsserver/nfs_syscalls.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 8f2466d3b536..de07c237eb4a 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.23 1997/05/10 16:59:36 dfr Exp $ + * $Id: nfs_syscalls.c,v 1.24 1997/05/13 17:25:44 dfr Exp $ */ #include <sys/param.h> @@ -795,6 +795,7 @@ nfssvc_iod(p) if (error) { nfs_asyncdaemon[myiod] = 0; if (nmp) nmp->nm_bufqiods--; + nfs_iodwant[myiod] = NULL; nfs_iodmount[myiod] = NULL; nfs_numasync--; return (error); diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index 8f2466d3b536..de07c237eb4a 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.23 1997/05/10 16:59:36 dfr Exp $ + * $Id: nfs_syscalls.c,v 1.24 1997/05/13 17:25:44 dfr Exp $ */ #include <sys/param.h> @@ -795,6 +795,7 @@ nfssvc_iod(p) if (error) { nfs_asyncdaemon[myiod] = 0; if (nmp) nmp->nm_bufqiods--; + nfs_iodwant[myiod] = NULL; nfs_iodmount[myiod] = NULL; nfs_numasync--; return (error); diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 8f2466d3b536..de07c237eb4a 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.23 1997/05/10 16:59:36 dfr Exp $ + * $Id: nfs_syscalls.c,v 1.24 1997/05/13 17:25:44 dfr Exp $ */ #include <sys/param.h> @@ -795,6 +795,7 @@ nfssvc_iod(p) if (error) { nfs_asyncdaemon[myiod] = 0; if (nmp) nmp->nm_bufqiods--; + nfs_iodwant[myiod] = NULL; nfs_iodmount[myiod] = NULL; nfs_numasync--; return (error); |
