diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-10 16:28:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-10 16:28:43 +0000 |
commit | 88c85d5dde21e806a86f95b112eacd04afbd3053 (patch) | |
tree | bd23154af9f9417dae42c289fcf82f7730824e30 /sys | |
parent | 9938d43399d4c78bbf63bee837df14d55b6a4630 (diff) |
unfortunately, i must undo this patch, since it causes client hangs on sparc machines, and only on them. until more is known, out this comes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfs_socket.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index 0b20776aae5..a668b5ddb3c 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.18 2000/08/07 17:12:15 deraadt Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.19 2000/08/10 16:28:42 deraadt Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -1231,9 +1231,9 @@ nfs_rephead(siz, nd, slp, err, cache, frev, mrq, mbp, bposp) *tl = 0; } } + *mrq = mreq; if (mrq != NULL) - *mrq = mreq; - *mbp = mb; + *mbp = mb; *bposp = bpos; if (err != 0 && err != NFSERR_RETVOID) nfsstats.srvrpc_errs++; |